branch: elpa/dracula-theme
commit e375b6f2b7c07be0429c7fe0a9cbede8f2cf007a
Merge: e5cbc35 8e85b9e
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>

    Merge branch 'add-lsp-ui'
    
    Fix: https://github.com/dracula/emacs/issues/64
---
 dracula-theme.el | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index ca31225..a131ecd 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -370,6 +370,22 @@ read it before opening a new issue about your will.")
                (js3-instance-member-face :foreground ,dracula-cyan)
                (js3-jsdoc-tag-face :foreground ,dracula-pink)
                (js3-warning-face :underline ,dracula-pink)
+               ;; lsp
+               (lsp-ui-peek-peek :background ,dracula-bg)
+               (lsp-ui-peek-list :background ,bg2)
+               (lsp-ui-peek-filename :foreground ,dracula-pink :weight bold)
+               (lsp-ui-peek-line-number :foreground ,dracula-fg)
+               (lsp-ui-peek-highlight :inherit highlight :distant-foreground 
,dracula-bg)
+               (lsp-ui-peek-header :background ,bg3 :foreground ,fg3, :weight 
bold)
+               (lsp-ui-peek-footer :inherit lsp-ui-peek-header)
+               (lsp-ui-peek-selection :inherit match)
+               (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