branch: elpa/dracula-theme
commit df547c43625b333586045139748300933b833d50
Author: Seonghyun Park <[email protected]>
Commit: Seonghyun Park <[email protected]>
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)