branch: elpa/spacemacs-theme
commit 51d223185007026fdcd1448c05233b6e5b8a41dd
Author: Lukasz Pawelczyk <[email protected]>
Commit: Lukasz Pawelczyk <[email protected]>
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