aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-02-23 14:02:01 +0100
committerGravatar Tom Willemse2014-02-23 14:02:01 +0100
commitaf3371539bdda093b79a71ab7286bb0c579009e4 (patch)
treed4a393abd0c383de39d25e44a68e4827641f8ca5
parent812fcbe1f08b39d122e7c8d5ae5e7aa340fc72c2 (diff)
downloadyoshi-theme-af3371539bdda093b79a71ab7286bb0c579009e4.tar.gz
yoshi-theme-af3371539bdda093b79a71ab7286bb0c579009e4.zip
Add whitespace colors
-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))))