branch: elpa/material-theme
commit 7bc2d317b584cc5aeee2db6f3af7549b9021ffc4
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    added highlight-indentation faces fix issue #2
---
 material-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/material-theme.el b/material-theme.el
index 1deb160..21ff5b1 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -95,6 +95,10 @@
    `(evil-search-highlight-persist-highlight-face ((,class (:foreground 
,foreground
                                                             :background 
,"#ef6c00"))))
 
+   ;; highlight indentation
+   `(highlight-indentation-face ((,class (:background, current-line))))
+   `(highlight-indentation-current-column-face ((,class (:background, 
far-background))))
+
    ;; iedit
    `(iedit-occurrence ((,class (:foreground ,foreground :background ,orange))))
 

Reply via email to