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

Add whitespace colors

This commit is contained in:
Tom Willemse 2014-02-23 14:02:01 +01:00
parent 812fcbe1f0
commit af3371539b

View file

@ -286,6 +286,16 @@
`(texinfo-heading ((t (:foreground ,fgpink :inherit unspecified :height 1.3))))
`(warning ((t (:foreground ,fgorange :weight unspecified))))
`(which-func ((t (:foreground ,fgblue))))
`(whitespace-empty ((t (:background ,bgcyan :foreground ,fgdefault))))
`(whitespace-hspace ((t (:background ,bgbright :foreground ,fgbright))))
`(whitespace-indentation ((t (:background ,bgyellow :foreground unspecified))))
`(whitespace-line ((t (:background ,bgred :foreground unspecified))))
`(whitespace-newline ((t (:foreground ,fgpink))))
`(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 ,fgpink))))
`(whitespace-trailing ((t (:background ,bgorange :foreground unspecified))))
`(widget-button ((t (:inherit button))))
`(widget-button-pressed ((t (:inherit widget-button :weight bold))))
`(widget-documentation ((t (:inherit font-lock-doc-face))))