1
0
Fork 0
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:
Tom Willemse 2013-04-30 20:04:12 +02:00
parent 69ca4f645e
commit 85f293d34c

View file

@ -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))))