aboutsummaryrefslogtreecommitdiffstats
path: root/yoshi-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'yoshi-theme.el')
-rw-r--r--yoshi-theme.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 2a31dbf..7a5c10f 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -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))))