emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme f2d5304185 098/336: Support whitespace-mod


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme f2d5304185 098/336: Support whitespace-mode
Date: Fri, 14 Jan 2022 10:59:17 -0500 (EST)

branch: elpa/spacemacs-theme
commit f2d5304185206a7a025e60507f76d33db1538530
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]