branch: elpa/spacemacs-theme
commit 5df16efbf153d0abef8a6aea971926a4108754d8
Merge: 7807f341e1 51d2231850
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
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