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

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

[nongnu] elpa/oblivion-theme 834954c2bc 4/7: Add hl-indent-scope colors


From: ELPA Syncer
Subject: [nongnu] elpa/oblivion-theme 834954c2bc 4/7: Add hl-indent-scope colors
Date: Mon, 9 Jan 2023 00:00:28 -0500 (EST)

branch: elpa/oblivion-theme
commit 834954c2bcc22c49b032af7e93c14ed448852a33
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

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

diff --git a/changelog.rst b/changelog.rst
index f5c5397935..80f35b248b 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,9 @@
 Change Log
 ##########
 
+- 2022-10-04
+   - Define a color for ``hl-indent-scope``.
+
 - 2022-04-29
    - Define a color for ``swiper-line-face`` which caused comments to be 
unreadable.
 
diff --git a/oblivion-theme.el b/oblivion-theme.el
index d57007104b..f529e5259f 100644
--- a/oblivion-theme.el
+++ b/oblivion-theme.el
@@ -342,6 +342,10 @@
     `(highlight-indent-guides-odd-face ((t (:background ,ob-aluminium6+16))))
     `(highlight-indent-guides-even-face ((t (:background ,ob-aluminium6+5))))
 
+    ;; hl-indent-scope (melpa).
+    `(hl-indent-scope-odd-face ((t (:background ,ob-aluminium6+16))))
+    `(hl-indent-scope-even-face ((t (:background ,ob-aluminium6+5))))
+
     ;; highlight-operators (melpa).
     `(highlight-operators-face ((t (:foreground ,ob-white))))
 
diff --git a/readme.rst b/readme.rst
index ff57f7d95f..cebecbc177 100644
--- a/readme.rst
+++ b/readme.rst
@@ -66,6 +66,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

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