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

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

[nongnu] elpa/dracula-theme 8e85b9e 152/187: Inherit from basic faces fo


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 8e85b9e 152/187: Inherit from basic faces for lsp-ui-peek-highlight and lsp-ui-peek-selection
Date: Thu, 21 Oct 2021 18:05:13 -0400 (EDT)

branch: elpa/dracula-theme
commit 8e85b9eca1228c532dd835a9e12ca8b14a976695
Author: Seonghyun Park <shpark1@protonmail.com>
Commit: Étienne Deparis <etienne@depar.is>

    Inherit from basic faces for lsp-ui-peek-highlight and lsp-ui-peek-selection
---
 dracula-theme.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index daab0c3..a131ecd 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -375,11 +375,10 @@ read it before opening a new issue about your will.")
                (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 :background ,bg4 :foreground ,fg4
-                                      :distant-foreground ,dracula-bg)
+               (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 :background ,bg4 :foreground ,fg4)
+               (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)



reply via email to

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