branch: elpa/apropospriate-theme
commit dd32cc56a93ebb7af9cad44994e3e37277862fbf
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add highlight-indentation support
---
README.md | 1 +
apropospriate.el | 2 ++
2 files changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 38f9331..f78a61b 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Highlight Blocks Mode
* Highlight Tail Mode
* Highlight Indent Guides Mode
+* Highlight Indentation Mode
* Beacon
* Flycheck
* Flycheck Inline
diff --git a/apropospriate.el b/apropospriate.el
index e525b1c..c81ba30 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -141,6 +141,8 @@ Set to `1.0' or nil to prevent font size manipulation."
`(avy-background-face ((,class (:foreground ,base00+3))))
`(aw-leading-char-face ((,class (:inherit avy-lead-face :height 2.0))))
`(aw-background-face ((,class (:inherit avy-background-face))))
+ `(highlight-indentation-face ((,class (:background ,base00))))
+ `(highlight-indentation-current-column-face ((,class (:background
,base00+1))))
`(highlight-indent-guides-odd-face ((,class (:background ,base00+1))))
`(highlight-indent-guides-even-face ((,class (:background ,base00))))
`(highlight-indent-guides-character-face ((,class (:foreground
,base00+2))))