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