branch: elpa/spacemacs-theme
commit f2d5304185206a7a025e60507f76d33db1538530
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Support whitespace-mode
---
 spacemacs-common.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index e5c103cc7f..ad9e6c6248 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -494,6 +494,17 @@
      `(which-key-separator-face ((,class (:background nil :foreground ,str))))
      `(which-key-special-key-face ((,class (:background ,func :foreground 
,bg1))))
 
+;;;;; whitespace-mode
+     `(whitespace-empty ((,class (:background nil :foreground ,yellow))))
+     `(whitespace-indentation ((,class (:background nil :foreground ,war))))
+     `(whitespace-line ((,class (:background nil :foreground ,comp))))
+     `(whitespace-newline ((,class (:background nil :foreground ,comp))))
+     `(whitespace-space ((,class (:background nil :foreground ,active2))))
+     `(whitespace-space-after-tab ((,class (:background nil :foreground 
,yellow))))
+     `(whitespace-space-before-tab ((,class (:background nil :foreground 
,yellow))))
+     `(whitespace-tab ((,class (:background nil))))
+     `(whitespace-trailing ((,class (:background ,err :foreground ,war))))
+
 ;;;;; other, need more work
      `(ac-completion-face ((,class (:underline t :foreground ,keyword))))
      `(ffap ((,class (:foreground ,base))))

Reply via email to