mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Turn comments magenta, since dark white was unreadable
This commit is contained in:
parent
69ca4f645e
commit
85f293d34c
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@
|
|||
`(flyspell-duplicate ((t (:inherit unspecified :underline (:color ,lorange :style wave)))))
|
||||
`(flyspell-incorrect ((t (:inherit unspecified :underline (:color ,lred :style wave)))))
|
||||
`(font-lock-builtin-face ((t (:foreground ,lcyan))))
|
||||
`(font-lock-comment-delimiter-face ((t (:foreground ,dwhite :weight bold :inherit unspecified))))
|
||||
`(font-lock-comment-face ((t (:foreground ,dwhite :slant italic))))
|
||||
`(font-lock-comment-delimiter-face ((t (:foreground ,lmagenta :weight bold :inherit unspecified))))
|
||||
`(font-lock-comment-face ((t (:foreground ,lmagenta :slant italic))))
|
||||
`(font-lock-constant-face ((t (:foreground ,lred))))
|
||||
`(font-lock-doc-face ((t (:foreground ,lgreen :inherit unspecified))))
|
||||
`(font-lock-function-name-face ((t (:foreground ,lpurple))))
|
||||
|
|
Loading…
Reference in a new issue