aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-26 01:03:28 +0100
committerGravatar Tom Willemse2013-11-26 01:03:28 +0100
commitf300381d01268a97dca0180b63b5a88274e0e3ad (patch)
tree5f5441a41b634f7d22bff6c7ab7a8ada4ab05485
parent20ab73e7a032e8b10e4985654c470b719074da5e (diff)
downloadyoshi-theme-f300381d01268a97dca0180b63b5a88274e0e3ad.tar.gz
yoshi-theme-f300381d01268a97dca0180b63b5a88274e0e3ad.zip
Make comments a little less noticable
-rw-r--r--yoshi-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 116677a..8f0fcec 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -85,8 +85,8 @@
`(flyspell-duplicate ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
`(flyspell-incorrect ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
`(font-lock-builtin-face ((t (:foreground ,fgcyan))))
- `(font-lock-comment-delimiter-face ((t (:foreground ,fgdim :weight bold :inherit unspecified))))
- `(font-lock-comment-face ((t (:foreground ,fgdim :slant italic))))
+ `(font-lock-comment-delimiter-face ((t (:foreground ,fgdim :inherit unspecified))))
+ `(font-lock-comment-face ((t (:foreground ,fgdim))))
`(font-lock-constant-face ((t (:foreground ,fgred))))
`(font-lock-doc-face ((t (:foreground ,fggreen :inherit unspecified))))
`(font-lock-function-name-face ((t (:foreground ,fgblue))))