1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Make docstring look less boring

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

View file

@ -88,7 +88,7 @@
`(font-lock-comment-delimiter-face ((t (:foreground ,fgdim :weight bold :inherit unspecified)))) `(font-lock-comment-delimiter-face ((t (:foreground ,fgdim :weight bold :inherit unspecified))))
`(font-lock-comment-face ((t (:foreground ,fgdim :slant italic)))) `(font-lock-comment-face ((t (:foreground ,fgdim :slant italic))))
`(font-lock-constant-face ((t (:foreground ,fgred)))) `(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-function-name-face ((t (:foreground ,fgblue))))
`(font-lock-keyword-face ((t (:foreground ,fgorange)))) `(font-lock-keyword-face ((t (:foreground ,fgorange))))
`(font-lock-negation-char-face ((t (:foreground ,fgred)))) `(font-lock-negation-char-face ((t (:foreground ,fgred))))