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

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

[nongnu] elpa/dracula-theme 736b6cc 177/187: Little refacto


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 736b6cc 177/187: Little refacto
Date: Thu, 21 Oct 2021 18:05:18 -0400 (EDT)

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

    Little refacto
---
 dracula-theme.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 31f2182..e7dfec3 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -132,7 +132,7 @@ read it before opening a new issue about your will.")
                (font-lock-constant-face :foreground ,dracula-cyan)
                (font-lock-doc-face :foreground ,dracula-comment)
                (font-lock-function-name-face :foreground ,dracula-green 
:weight bold)
-               (font-lock-keyword-face :weight bold :foreground ,dracula-pink)
+               (font-lock-keyword-face :foreground ,dracula-pink :weight bold)
                (font-lock-negation-char-face :foreground ,dracula-cyan)
                (font-lock-preprocessor-face :foreground ,dracula-orange)
                (font-lock-reference-face :foreground ,dracula-cyan)
@@ -140,8 +140,7 @@ read it before opening a new issue about your will.")
                (font-lock-regexp-grouping-construct :foreground 
,dracula-purple)
                (font-lock-string-face :foreground ,dracula-yellow)
                (font-lock-type-face :foreground ,dracula-purple)
-               (font-lock-variable-name-face :foreground ,dracula-fg
-                                             :weight bold)
+               (font-lock-variable-name-face :foreground ,dracula-fg :weight 
bold)
                (font-lock-warning-face :foreground ,dracula-orange :background 
,bg2)
                ;; auto-complete
                (ac-completion-face :underline t :foreground ,dracula-pink)



reply via email to

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