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

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

[nongnu] elpa/spacemacs-theme 5df16efbf1 227/336: Merge pull request #95


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 5df16efbf1 227/336: Merge pull request #95 from Havner/master
Date: Fri, 14 Jan 2022 10:59:40 -0500 (EST)

branch: elpa/spacemacs-theme
commit 5df16efbf153d0abef8a6aea971926a4108754d8
Merge: 7807f341e1 51d2231850
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #95 from Havner/master
    
    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]