From af3371539bdda093b79a71ab7286bb0c579009e4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 23 Feb 2014 14:02:01 +0100 Subject: Add whitespace colors --- yoshi-theme.el | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)))) -- cgit v1.2.3-54-g00ecf