aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-26 01:03:06 +0100
committerGravatar Tom Willemse2013-11-26 01:03:06 +0100
commit20ab73e7a032e8b10e4985654c470b719074da5e (patch)
treeeaf71e3d285f41680b8208a0eff62cd58ce4f3df
parentd3b0c78747c884da11cd907ab0525a78e8a4a683 (diff)
downloadyoshi-theme-20ab73e7a032e8b10e4985654c470b719074da5e.tar.gz
yoshi-theme-20ab73e7a032e8b10e4985654c470b719074da5e.zip
Make docstring look less boring
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 2a7b260..116677a 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -88,7 +88,7 @@
`(font-lock-comment-delimiter-face ((t (:foreground ,fgdim :weight bold :inherit unspecified))))
`(font-lock-comment-face ((t (:foreground ,fgdim :slant italic))))
`(font-lock-constant-face ((t (:foreground ,fgred))))
- `(font-lock-doc-face ((t (:foreground "#969696" :inherit unspecified))))
+ `(font-lock-doc-face ((t (:foreground ,fggreen :inherit unspecified))))
`(font-lock-function-name-face ((t (:foreground ,fgblue))))
`(font-lock-keyword-face ((t (:foreground ,fgorange))))
`(font-lock-negation-char-face ((t (:foreground ,fgred))))