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

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

[elpa] externals/aircon-theme efd1545a1a 06/58: Darken teal foreground o


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme efd1545a1a 06/58: Darken teal foreground of font-lock-constant-face
Date: Thu, 9 Jun 2022 04:57:25 -0400 (EDT)

branch: externals/aircon-theme
commit efd1545a1a3e732dc9cc156e4625e6fc0391a072
Author: Gregory Chamberlain <greg@cosine.blue>
Commit: Gregory Chamberlain <greg@cosine.blue>

    Darken teal foreground of font-lock-constant-face
---
 aircon-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index 7f3417a3bc..f3733d95e4 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -81,7 +81,7 @@
 
   `(font-lock-builtin-face       ((,c (:foreground "#243867" :inherit bold))))
   `(font-lock-comment-face       ((,c (:foreground "#533a09" :inherit 
italic))))
-  `(font-lock-constant-face      ((,c (:foreground "#307493"))))
+  `(font-lock-constant-face      ((,c (:foreground "#18566e"))))
   `(font-lock-function-name-face ((,c (:foreground "#412f7e"))))
   `(font-lock-keyword-face       ((,c (:foreground "#2e4d98" :inherit bold))))
   `(font-lock-string-face        ((,c (:foreground "#327038"))))



reply via email to

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