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))))