1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Make comments a little less noticable

This commit is contained in:
Tom Willemse 2013-11-26 01:03:28 +01:00
parent 20ab73e7a0
commit f300381d01

View file

@ -85,8 +85,8 @@
`(flyspell-duplicate ((t (:inherit unspecified :underline (:color ,fgorange :style wave))))) `(flyspell-duplicate ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
`(flyspell-incorrect ((t (:inherit unspecified :underline (:color ,fgred :style wave))))) `(flyspell-incorrect ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
`(font-lock-builtin-face ((t (:foreground ,fgcyan)))) `(font-lock-builtin-face ((t (:foreground ,fgcyan))))
`(font-lock-comment-delimiter-face ((t (:foreground ,fgdim :weight bold :inherit unspecified)))) `(font-lock-comment-delimiter-face ((t (:foreground ,fgdim :inherit unspecified))))
`(font-lock-comment-face ((t (:foreground ,fgdim :slant italic)))) `(font-lock-comment-face ((t (:foreground ,fgdim))))
`(font-lock-constant-face ((t (:foreground ,fgred)))) `(font-lock-constant-face ((t (:foreground ,fgred))))
`(font-lock-doc-face ((t (:foreground ,fggreen :inherit unspecified)))) `(font-lock-doc-face ((t (:foreground ,fggreen :inherit unspecified))))
`(font-lock-function-name-face ((t (:foreground ,fgblue)))) `(font-lock-function-name-face ((t (:foreground ,fgblue))))