diff options
| author | tslil clingman <> | 2024-01-04 21:01:00 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2024-01-04 21:01:00 +0100 |
| commit | c83f11041b5816626e01469ac5786aa8c4573cc2 (patch) | |
| tree | ebef8751ea651fcd2f1efedab43a6426d3e9721d /emacs/themes | |
| parent | 925e8232de9780f5bce86daf13f6d616363a5594 (diff) | |
[emacs] minor theming changes also BERKELEY MONO
Diffstat (limited to 'emacs/themes')
| -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)))) |
