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

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

[nongnu] elpa/inkpot-theme 0b7e425e82 103/104: Use ip-cyan-mid for marku


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 0b7e425e82 103/104: Use ip-cyan-mid for markup face
Date: Thu, 7 Jul 2022 12:01:31 -0400 (EDT)

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

    Use ip-cyan-mid for markup face
    
    Use this color as it contrasts nicely with doc-string and comment colors
---
 inkpot-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index d5fb2b1dea..17fa0afe1d 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -139,7 +139,7 @@
     `(font-lock-comment-face ((t (:foreground ,ip-orange-bright))))
     `(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face))))
     `(font-lock-doc-face ((t (:foreground ,ip-blue-bright)))) ;; Alternate 
comment face.
-    `(font-lock-doc-markup-face ((t (:foreground ,ip-orange-dark))))
+    `(font-lock-doc-markup-face ((t (:foreground ,ip-cyan-mid))))
     `(font-lock-constant-face ((t (:foreground ,ip-cyan-mid))))
     `(font-lock-function-name-face ((t (:foreground ,ip-pink-dark))))
     `(font-lock-keyword-face ((t (:foreground ,ip-blue-bright))))



reply via email to

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