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

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

[nongnu] elpa/dracula-theme 9be019e 3/3: Remove some unspecified color s


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 9be019e 3/3: Remove some unspecified color specifications
Date: Mon, 8 Nov 2021 02:57:46 -0500 (EST)

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

    Remove some unspecified color specifications
    
    The more I look at them, the more I found the actual behavior of Emacs on 
them
    very weird (displaying wrong warning message about non-existing color...).
    
    Also try to homogeneize "match" faces.
---
 dracula-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 9e5c092..766c22a 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -119,7 +119,7 @@ read it before opening a new issue about your will.")
                (read-multiple-choice-face :inherit 
completions-first-difference)
                (region :inherit match :extend t)
                (shadow :foreground ,dracula-comment)
-               (trailing-whitespace :foreground "unspecified-fg" :background 
,dracula-orange)
+               (trailing-whitespace :background ,dracula-orange)
                (vertical-border :foreground ,bg2)
                (success :foreground ,dracula-green)
                (warning :foreground ,dracula-orange)
@@ -323,7 +323,7 @@ read it before opening a new issue about your will.")
                (helm-grep-file :foreground ,dracula-fg :background ,dracula-bg)
                (helm-grep-finish :foreground ,fg2 :background ,dracula-bg)
                (helm-grep-lineno :foreground ,dracula-fg :background 
,dracula-bg)
-               (helm-grep-match :foreground "unspecified-fg" :background 
"unspecified-bg" :inherit helm-match)
+               (helm-grep-match :inherit match)
                (helm-grep-running :foreground ,dracula-green :background 
,dracula-bg)
                (helm-header :foreground ,fg2 :background ,dracula-bg 
:underline nil :box nil)
                (helm-moccur-buffer :foreground ,dracula-green :background 
,dracula-bg)



reply via email to

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