branch: elpa/spacemacs-theme
commit 124b629c048deb3d17b8ae18d7b70a51b36704a6
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Support highlight-indentation (fix #19)
    
    Thanks @bmag for reporting this :)
---
 spacemacs-common.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 1a85b0a007..12a2e54a5e 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -308,6 +308,9 @@
      `(helm-swoop-target-line-face ((,class (:foreground ,base :background 
,highlight))))
      `(helm-swoop-target-word-face ((,class (:foreground ,bg1 :background 
,suc))))
 
+;;;;; highlight-indentation
+     `(highlight-indentation-face ((,class (:background ,comment-bg))))
+
 ;;;;; ido
      `(ido-first-match ((,class (:foreground ,comp :bold t))))
      `(ido-only-match ((,class (:foreground ,(if (eq variant 'dark) suc red) 
:bold t))))

Reply via email to