branch: externals/aircon-theme commit f1e7b283dcddf85f2d58741b8e063c57f7814c41 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Change comment foreground to #615855 --- aircon-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircon-theme.el b/aircon-theme.el index f3733d95e4..dea55249d5 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -80,7 +80,7 @@ `(show-paren-match-expression ((,c (:inherit lazy-highlight)))) `(font-lock-builtin-face ((,c (:foreground "#243867" :inherit bold)))) - `(font-lock-comment-face ((,c (:foreground "#533a09" :inherit italic)))) + `(font-lock-comment-face ((,c (:foreground "#615855" :inherit italic)))) `(font-lock-constant-face ((,c (:foreground "#18566e")))) `(font-lock-function-name-face ((,c (:foreground "#412f7e")))) `(font-lock-keyword-face ((,c (:foreground "#2e4d98" :inherit bold))))