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

Make tab characters a little brighter

They were adequate for PHP code, but when viewed in web-mode they were
very difficult to see.
This commit is contained in:
Tom Willemse 2014-11-11 14:09:31 +01:00
parent caff107a60
commit eba766875e

View file

@ -305,7 +305,7 @@
`(whitespace-space ((t (:background unspecified :foreground ,fgpink))))
`(whitespace-space-after-tab ((t (:background ,bgorange :foreground unspecified))))
`(whitespace-space-before-tab ((t (:background ,bgorange :foreground unspecified))))
`(whitespace-tab ((t (:background unspecified :foreground ,fgdim-2))))
`(whitespace-tab ((t (:background unspecified :foreground ,fgdim-1))))
`(whitespace-trailing ((t (:background ,bgorange :foreground unspecified))))
`(widget-button ((t (:inherit button))))
`(widget-button-pressed ((t (:inherit widget-button :weight bold))))