branch: elpa/apropospriate-theme
commit 9b4a0058a41ac7849c3d4e9cbe05a79e80b3fee1
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add highlight-indent-guides support
---
README.md | 1 +
apropospriate.el | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index aa4297a..ec3eedc 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Rainbow Delimiters
* Highlight Blocks Mode
* Highlight Tail Mode
+* Highlight Indent Guides Mode
* Beacon
* Flycheck
* Auto Dim Other Buffers
diff --git a/apropospriate.el b/apropospriate.el
index e0d5f29..77b678e 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -131,6 +131,9 @@ 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))))
`(aw-background-face ((,class (:inherit avy-background-face))))
+ `(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))))
`(parenthesis ((,class (:foreground ,base00+3))))
`(font-lock-comment-face ((,class (:foreground ,base01))))
`(font-lock-comment-delimiter-face ((,class (:foreground ,base01))))
@@ -566,7 +569,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(evil-visual-state-cursor '(,green box))
`(pos-tip-foreground-color ,base02)
`(pos-tip-background-color ,base00-1)
-
+ `(highlight-indent-guides-auto-enabled nil)
`(highlight-symbol-foreground-color ,base03)
`(highlight-symbol-colors '(,yellow
,green
@@ -577,7 +580,6 @@ Set to `1.0' or nil to prevent font size manipulation."
`(beacon-color ,flashing-color)
`(highlight-tail-colors
'((,flashing-color . 0) (,base00 . 100)))
-
`(tabbar-background-color ,base00-2)
`(ansi-color-names-vector
[,base00 ,red-1 ,green ,yellow ,blue ,purple ,cyan ,base03]))))