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

    Add anzu-mode-line-no-match color
---
 changelog.rst   | 4 ++++
 inkpot-theme.el | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/changelog.rst b/changelog.rst
index a166c2e563..0ff4efa160 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,10 @@
 Change Log
 ##########
 
+
+- 2023-06-11
+   - Add ``anzu-mode-line-no-match`` color.
+
 - 2023-06-10
    - Add ``inkpot-theme-use-black-background`` to use a black background.
 
diff --git a/inkpot-theme.el b/inkpot-theme.el
index f61cd89888..2df5ef8463 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -400,7 +400,8 @@
    `(vundo-highlight ((t (:foreground ,ip-yellow-bright))))
 
    ;; anzu (melpa)
-   `(anzu-mode-line ((t (:foreground ,ip-grey+93))))
+   `(anzu-mode-line ((t (:foreground ,ip-grey+93 :weight normal))))
+   `(anzu-mode-line-no-match ((t (:foreground ,ip-grey+73 :weight normal))))
 
    ;; highlight-numbers (melpa).
    `(highlight-numbers-number ((t (:foreground ,ip-brown-bright))))

Reply via email to