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

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

[nongnu] elpa/dracula-theme e375b6f 153/187: Merge branch 'add-lsp-ui'


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme e375b6f 153/187: Merge branch 'add-lsp-ui'
Date: Thu, 21 Oct 2021 18:05:14 -0400 (EDT)

branch: elpa/dracula-theme
commit e375b6f2b7c07be0429c7fe0a9cbede8f2cf007a
Merge: e5cbc35 8e85b9e
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    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

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