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

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

[nongnu] elpa/apropospriate-theme 175e84b 023/118: add support for highl


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 175e84b 023/118: add support for highlight blocks mode
Date: Thu, 21 Oct 2021 18:02:15 -0400 (EDT)

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

    add support for highlight blocks mode
---
 README.md        |  1 +
 apropospriate.el | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 1e7cc0c..0cff135 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,7 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Magit (as well as the `next` branch for the upcoming 2.0 release)
 * Powerline
 * Rainbow Delimiters
+* Highlight Blocks Mode
 * Highlight Tail Mode
 * Flycheck
 * Auto Dim Other Buffers
diff --git a/apropospriate.el b/apropospriate.el
index 0c6ca57..d1a4bc2 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -282,6 +282,16 @@
               (rainbow-delimiters-mismatched-face :foreground ,red)
               (rainbow-delimiters-unmatched-face :foreground ,red)
 
+              (highlight-blocks-depth-1-face :background ,base00-1)
+              (highlight-blocks-depth-2-face :background ,base00-2)
+              (highlight-blocks-depth-3-face :background ,base00-3)
+              (highlight-blocks-depth-4-face :background ,base00-3)
+              (highlight-blocks-depth-5-face :background ,base00-3)
+              (highlight-blocks-depth-6-face :background ,base00-3)
+              (highlight-blocks-depth-7-face :background ,base00-3)
+              (highlight-blocks-depth-8-face :background ,base00-3)
+              (highlight-blocks-depth-9-face :background ,base00-3)
+
               (ido-subdir :foreground ,brown :weight bold)
               (ido-first-match :foreground ,orange :weight bold)
               (ido-only-match :inherit ido-first-match)



reply via email to

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