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

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

[nongnu] elpa/apropospriate-theme dd32cc5 105/118: add highlight-indenta


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme dd32cc5 105/118: add highlight-indentation support
Date: Thu, 21 Oct 2021 18:02:32 -0400 (EDT)

branch: elpa/apropospriate-theme
commit dd32cc56a93ebb7af9cad44994e3e37277862fbf
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    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))))



reply via email to

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