diff options
Diffstat (limited to 'emacs/themes/acme-theme.el')
| -rw-r--r-- | emacs/themes/acme-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/themes/acme-theme.el b/emacs/themes/acme-theme.el index cd1be38..ae39eea 100644 --- a/emacs/themes/acme-theme.el +++ b/emacs/themes/acme-theme.el @@ -48,7 +48,7 @@ '(font-lock-builtin-face ((t (:foreground "black" :slant normal)))) '(font-lock-comment-delimiter-face ((t (:inherit (font-lock-comment-face))))) - '(font-lock-comment-face ((t (:foreground "black" :slant italic)))) + '(font-lock-comment-face ((t (:foreground "darkgrey" :slant italic)))) '(font-lock-constant-face ((t (:foreground "black")))) '(font-lock-doc-face ((t (:foreground "black" :slant italic)))) '(font-lock-function-name-face ((t (:foreground "black" :weight bold)))) |
