branch: externals/aircon-theme commit efd1545a1a3e732dc9cc156e4625e6fc0391a072 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@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"))))