From 85f293d34c70f1424b81d78de97acd10841bef1c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 30 Apr 2013 20:04:12 +0200 Subject: Turn comments magenta, since dark white was unreadable --- yoshi-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 2f38a2f..88d60a9 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -72,8 +72,8 @@ `(flyspell-duplicate ((t (:inherit unspecified :underline (:color ,lorange :style wave))))) `(flyspell-incorrect ((t (:inherit unspecified :underline (:color ,lred :style wave))))) `(font-lock-builtin-face ((t (:foreground ,lcyan)))) - `(font-lock-comment-delimiter-face ((t (:foreground ,dwhite :weight bold :inherit unspecified)))) - `(font-lock-comment-face ((t (:foreground ,dwhite :slant italic)))) + `(font-lock-comment-delimiter-face ((t (:foreground ,lmagenta :weight bold :inherit unspecified)))) + `(font-lock-comment-face ((t (:foreground ,lmagenta :slant italic)))) `(font-lock-constant-face ((t (:foreground ,lred)))) `(font-lock-doc-face ((t (:foreground ,lgreen :inherit unspecified)))) `(font-lock-function-name-face ((t (:foreground ,lpurple)))) -- cgit v1.2.3-54-g00ecf