From 0d9a5db26832e047f8ae1421a8ac0ff3d5bdd390 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 9 Oct 2011 00:28:16 +0300 Subject: [PATCH] updated the bundle zenburn-theme --- themes/zenburn-theme.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/zenburn-theme.el b/themes/zenburn-theme.el index 3101c80..dd48902 100644 --- a/themes/zenburn-theme.el +++ b/themes/zenburn-theme.el @@ -409,6 +409,18 @@ ;; SLIME `(slime-repl-inputed-output-face ((,class (:foreground ,zenburn-red)))) + ;; whitespace-mode + `(whitespace-space ((,class (:background ,zenburn-bg :foreground ,zenburn-bg+1)))) + `(whitespace-hspace ((,class (:background ,zenburn-bg)))) + `(whitespace-tab ((,class (:background ,zenburn-bg)))) + `(whitespace-newline ((,class (:foreground ,zenburn-bg+1)))) + `(whitespace-trailing ((,class (:background ,zenburn-red :foreground ,zenburn-yellow)))) + `(whitespace-line ((,class (:background ,zenburn-bg-05 :foreground ,zenburn-magenta)))) + `(whitespace-space-before-tab ((,class ()))) + `(whitespace-indentation ((,class ()))) + `(whitespace-empty ((,class ()))) + `(whitespace-space-after-tab ((,class ()))) + ;; wanderlust `(wl-highlight-folder-few-face ((,class (:foreground ,zenburn-red-2)))) `(wl-highlight-folder-many-face ((,class (:foreground ,zenburn-red-1))))