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

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

[nongnu] elpa/material-theme 7bc2d31 013/118: added highlight-indentatio


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 7bc2d31 013/118: added highlight-indentation faces fix issue #2
Date: Thu, 21 Oct 2021 18:06:10 -0400 (EDT)

branch: elpa/material-theme
commit 7bc2d317b584cc5aeee2db6f3af7549b9021ffc4
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]