aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yoshi-theme.el4
1 files 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))))