From 20ab73e7a032e8b10e4985654c470b719074da5e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Nov 2013 01:03:06 +0100 Subject: Make docstring look less boring --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- cgit v1.2.3-54-g00ecf