branch: externals/doric-themes commit 66b2ece7bb23410b2f34300ad5cf87733aa7f88e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make comments use the accent colour --- doric-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index 847b28f2ad..d0ca62d956 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -998,8 +998,8 @@ `(dired-marked ((t :inherit bold-italic :background ,bg-accent :foreground ,fg-main))) `(dired-flagged ((t :inherit bold-italic :background ,bg-shadow-intense :foreground ,fg-main))) - `(font-lock-comment-delimiter-face ((t :inherit italic :foreground ,fg-shadow-intense))) - `(font-lock-comment-face ((t :inherit italic :foreground ,fg-shadow-intense))) + `(font-lock-comment-delimiter-face ((t :inherit italic :foreground ,fg-accent))) + `(font-lock-comment-face ((t :inherit italic :foreground ,fg-accent))) `(font-lock-warning-face ((t :inherit warning))) `(isearch ((t :inherit nil :slant normal :underline nil :background ,bg-shadow-intense :foreground ,fg-shadow-intense)))