branch: elpa/inkpot-theme
commit 93182c9b2b1a38999ae80307c362c7c0f757a2bf
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    Add hl-indent-scope colors
---
 changelog.rst   | 3 +++
 inkpot-theme.el | 4 ++++
 readme.rst      | 1 +
 3 files changed, 8 insertions(+)

diff --git a/changelog.rst b/changelog.rst
index 75d3c6e8e5..9dd683a69e 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,9 @@
 Change Log
 ##########
 
+- 2022-07-31
+   - Add ``hl-indent-scope`` colors.
+
 - 2022-04-29
    - Define a color for ``swiper-line-face`` which caused comments to be 
unreadable.
 
diff --git a/inkpot-theme.el b/inkpot-theme.el
index dd56adb9c1..bac6bd9b7a 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -451,6 +451,10 @@
     `(highlight-indent-guides-odd-face ((t (:background ,ip-slate-dark+15.7))))
     `(highlight-indent-guides-even-face ((t (:background ,ip-slate-dark+7.9))))
 
+    ;; hl-indent-scope (melpa).
+    `(hl-indent-scope-odd-face ((t (:background ,ip-slate-dark+15.7))))
+    `(hl-indent-scope-even-face ((t (:background ,ip-slate-dark+7.9))))
+
     ;; highlight-operators (melpa).
     `(highlight-operators-face ((t (:foreground ,ip-blue-bright))))
 
diff --git a/readme.rst b/readme.rst
index c09cde5420..8fcd383bea 100644
--- a/readme.rst
+++ b/readme.rst
@@ -82,6 +82,7 @@ Other Packages:
    - ``highlight-number`` *(needed to match the original themes number color)*.
    - ``highlight-operators``.
    - ``highlight-symbol``.
+   - ``hl-indent-scope``.
    - ``ivy-mode``.
    - ``lsp-mode``.
    - ``magit-commit-mark``.

Reply via email to