mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Make comments a little less noticable
This commit is contained in:
parent
20ab73e7a0
commit
f300381d01
1 changed files with 2 additions and 2 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue