emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme df547c4 151/187: Add more faces in lsp-ui-si


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme df547c4 151/187: Add more faces in lsp-ui-sideline and lep-ui-doc
Date: Thu, 21 Oct 2021 18:05:13 -0400 (EDT)

branch: elpa/dracula-theme
commit df547c43625b333586045139748300933b833d50
Author: Seonghyun Park <shpark1@protonmail.com>
Commit: Seonghyun Park <shpark1@protonmail.com>

    Add more faces in lsp-ui-sideline and lep-ui-doc
---
 dracula-theme.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 0bd750f..daab0c3 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -380,6 +380,13 @@ read it before opening a new issue about your will.")
                (lsp-ui-peek-header :background ,bg3 :foreground ,fg3, :weight 
bold)
                (lsp-ui-peek-footer :inherit lsp-ui-peek-header)
                (lsp-ui-peek-selection :background ,bg4 :foreground ,fg4)
+               (lsp-ui-sideline-symbol :foreground ,fg4 :box (:line-width -1 
:color ,fg4) :height 0.99)
+               (lsp-ui-sideline-current-symbol :foreground ,dracula-fg :weight 
ultra-bold
+                                               :box (:line-width -1 :color 
dracula-fg) :height 0.99)
+               (lsp-ui-sideline-code-action :foreground ,dracula-yellow)
+               (lsp-ui-sideline-symbol-info :slant italic :height 0.99)
+               (lsp-ui-doc-background :background ,dracula-bg)
+               (lsp-ui-doc-header :foreground ,dracula-bg :background 
,dracula-cyan)
                ;; magit
                (magit-branch-local :foreground ,dracula-cyan)
                (magit-branch-remote :foreground ,dracula-green)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]