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

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

[nongnu] elpa/inkpot-theme 59a7896c46 013/104: Correct doc-comment color


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 59a7896c46 013/104: Correct doc-comment color
Date: Thu, 7 Jul 2022 12:00:59 -0400 (EDT)

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

    Correct doc-comment color
---
 inkpot-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 6d9124a99f..fadc65bd85 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -30,9 +30,9 @@
         '(font-lock-builtin-face ((t (:foreground "#c080d0"))))
         '(font-lock-comment-face ((t (:foreground "#cd8b00"))))
         '(font-lock-comment-delimiter-face ((t (:foreground "#cd8b00"))))
-        ;'(font-lock-comment-face ((t (:foreground "#708090")))) ; 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 "#808bed"))))
-        '(font-lock-doc-face ((t (:foreground "#cd8b00"))))
         '(font-lock-function-name-face ((t (:foreground "#87cefa"))))
         '(font-lock-keyword-face ((t (:bold t :foreground "#c080d0"))))
         '(font-lock-preprocessor-face ((t (:foreground "#409090"))))



reply via email to

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