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

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

[nongnu] elpa/dracula-theme 89d1318 146/187: Use inherit highlight for t


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 89d1318 146/187: Use inherit highlight for two matching company faces
Date: Thu, 21 Oct 2021 18:05:12 -0400 (EDT)

branch: elpa/dracula-theme
commit 89d1318fc89abba615787a0d11fad39824bce2d1
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Use inherit highlight for two matching company faces
---
 dracula-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 9d784c4..72d5ecd 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -148,7 +148,7 @@ read it before opening a new issue about your will.")
                ;; company
                (company-echo-common :foreground ,dracula-bg :background 
,dracula-fg)
                (company-preview :background ,dracula-bg :foreground 
,other-blue)
-               (company-preview-common :foreground ,bg2 :foreground ,fg3)
+               (company-preview-common :inherit highlight)
                (company-preview-search :foreground ,dracula-purple :background 
,dracula-bg)
                (company-scrollbar-bg :background ,bg3)
                (company-scrollbar-fg :foreground ,dracula-pink)
@@ -158,7 +158,7 @@ read it before opening a new issue about your will.")
                (company-tooltip-common :foreground ,fg3)
                (company-tooltip-common-selection :foreground ,dracula-yellow)
                (company-tooltip-mouse :inherit highlight)
-               (company-tooltip-selection :background ,bg3 :foreground ,fg3)
+               (company-tooltip-selection :inherit highlight)
                ;; diff-hl
                (diff-hl-change :foreground ,dracula-orange :background 
,dracula-orange)
                (diff-hl-delete :foreground ,dracula-red :background 
,dracula-red)



reply via email to

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