mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Make docstring look less boring
This commit is contained in:
parent
d3b0c78747
commit
20ab73e7a0
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||||
|
|
Loading…
Reference in a new issue