aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-30 20:04:12 +0200
committerGravatar Tom Willemse2013-04-30 20:04:22 +0200
commit85f293d34c70f1424b81d78de97acd10841bef1c (patch)
tree63f8ff52a7081c04b07b540aac72828aefdbd6e6
parent69ca4f645ee2ddae394f7bcf868e8d408019613f (diff)
downloadyoshi-theme-85f293d34c70f1424b81d78de97acd10841bef1c.tar.gz
yoshi-theme-85f293d34c70f1424b81d78de97acd10841bef1c.zip
Turn comments magenta, since dark white was unreadable
-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))))