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

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

[nongnu] elpa/inkpot-theme ed73854dcb 016/104: Correct function color


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme ed73854dcb 016/104: Correct function color
Date: Thu, 7 Jul 2022 12:01:01 -0400 (EDT)

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

    Correct function color
---
 inkpot-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 29f878ade0..1036d554ce 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -27,13 +27,13 @@
         '(modeline-buffer-id ((t (:bold t :foreground "#b9b9b9" :background 
"#3e3e5e"))))
         '(minibuffer-prompt ((t (:bold t :foreground "#708090"))))
         '(default-italic ((t (:italic t))))
-        '(font-lock-builtin-face ((t (:foreground "#c080d0"))))
+        '(font-lock-builtin-face ((t (:foreground "#ff8bff"))))
         '(font-lock-comment-face ((t (:foreground "#cd8b00"))))
         '(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-doc-face ((t (:foreground "#c080d0"))))
+        '(font-lock-doc-face ((t (:foreground "#808bed"))))  ; alternate 
comment face
         '(font-lock-constant-face ((t (:foreground "#409090"))))
-        '(font-lock-function-name-face ((t (:foreground "#87cefa"))))
+        '(font-lock-function-name-face ((t (:foreground "#ff8bff"))))
         '(font-lock-keyword-face ((t (:foreground "#808bed"))))
         '(font-lock-preprocessor-face ((t (:foreground "#409090"))))
         '(font-lock-reference-face ((t (:bold t :foreground "#808bed"))))



reply via email to

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