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

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

[nongnu] elpa/inkpot-theme 17d01b2387 014/104: Correct keyword and const


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 17d01b2387 014/104: Correct keyword and constant color
Date: Thu, 7 Jul 2022 12:01:01 -0400 (EDT)

branch: elpa/inkpot-theme
commit 17d01b2387e9c0d475ac83fd78da14b78b3b70d5
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Correct keyword and constant color
    
    Also don't use bold for keywords
---
 inkpot-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index fadc65bd85..378ad5792e 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -32,9 +32,9 @@
         '(font-lock-comment-delimiter-face ((t (:foreground "#cd8b00"))))
         '(font-lock-doc-face ((t (:foreground "#c080d0"))))
         ;'(font-lock-doc-face ((t (:foreground "#808bed"))))  ; alternate 
comment face
-        '(font-lock-constant-face ((t (:foreground "#808bed"))))
+        '(font-lock-constant-face ((t (:foreground "#409090"))))
         '(font-lock-function-name-face ((t (:foreground "#87cefa"))))
-        '(font-lock-keyword-face ((t (:bold t :foreground "#c080d0"))))
+        '(font-lock-keyword-face ((t (:foreground "#808bed"))))
         '(font-lock-preprocessor-face ((t (:foreground "#409090"))))
         '(font-lock-reference-face ((t (:bold t :foreground "#808bed"))))
         '(font-lock-string-face ((t (:foreground "#ffcd8b" :background 
"#404040"))))



reply via email to

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