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

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

[nongnu] elpa/spacemacs-theme 51d2231850 226/336: Use the same face for


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 51d2231850 226/336: Use the same face for whitespace tabs as for spaces
Date: Fri, 14 Jan 2022 10:59:39 -0500 (EST)

branch: elpa/spacemacs-theme
commit 51d223185007026fdcd1448c05233b6e5b8a41dd
Author: Lukasz Pawelczyk <l.pawelczyk@samsung.com>
Commit: Lukasz Pawelczyk <l.pawelczyk@samsung.com>

    Use the same face for whitespace tabs as for spaces
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index f4fe5451e0..0036710f8e 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -811,7 +811,7 @@ to 'auto, tags may not be properly aligned. "
      `(whitespace-space ((,class (:background nil :foreground ,act2))))
      `(whitespace-space-after-tab ((,class (:background nil :foreground 
,yellow))))
      `(whitespace-space-before-tab ((,class (:background nil :foreground 
,yellow))))
-     `(whitespace-tab ((,class (:background nil))))
+     `(whitespace-tab ((,class (:background nil :foreground ,act2))))
      `(whitespace-trailing ((,class (:background ,err :foreground ,war))))
 
 ;;;;; other, need more work



reply via email to

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