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

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

[nongnu] elpa/dracula-theme 0492574 2/2: Support tooltip face


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 0492574 2/2: Support tooltip face
Date: Mon, 6 Dec 2021 08:57:46 -0500 (EST)

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

    Support tooltip face
    
    Fixes: https://github.com/dracula/emacs/issues/84
---
 dracula-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 21a6cea..ebb93f0 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -122,6 +122,7 @@ read it before opening a new issue about your will.")
                (region :inherit match :extend t)
                (shadow :foreground ,dracula-comment)
                (success :foreground ,dracula-green)
+               (tooltip :foreground ,dracula-fg :background ,dracula-current)
                (trailing-whitespace :background ,dracula-orange)
                (vertical-border :foreground ,bg2)
                (warning :foreground ,dracula-orange)
@@ -153,7 +154,7 @@ read it before opening a new issue about your will.")
                                        :foreground ,dracula-green)
                (company-scrollbar-bg :background ,dracula-comment)
                (company-scrollbar-fg :foreground ,other-blue)
-               (company-tooltip :foreground ,dracula-fg :background 
,dracula-current)
+               (company-tooltip :inherit tooltip)
                (company-tooltip-search :foreground ,dracula-green
                                        :underline t)
                (company-tooltip-search-selection :background ,dracula-green



reply via email to

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