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

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

[nongnu] elpa/dracula-theme 81ff36c 175/187: Support shadow face


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 81ff36c 175/187: Support shadow face
Date: Thu, 21 Oct 2021 18:05:18 -0400 (EDT)

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

    Support shadow face
---
 dracula-theme.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 71e80a6..98012a3 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -118,6 +118,7 @@ read it before opening a new issue about your will.")
                     (list :weight 'bold :foreground dracula-pink)))
                (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)
                (vertical-border :foreground ,bg2)
                (success :foreground ,dracula-green)
@@ -126,8 +127,8 @@ read it before opening a new issue about your will.")
                (header-line :background ,dracula-bg)
                ;; syntax
                (font-lock-builtin-face :foreground ,dracula-orange)
-               (font-lock-comment-face :foreground ,dracula-comment)
-               (font-lock-comment-delimiter-face :foreground ,dracula-comment)
+               (font-lock-comment-face :inherit shadow)
+               (font-lock-comment-delimiter-face :inherit shadow)
                (font-lock-constant-face :foreground ,dracula-cyan)
                (font-lock-doc-face :foreground ,dracula-comment)
                (font-lock-function-name-face :foreground ,dracula-green 
:weight bold)



reply via email to

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