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

    Define colors for vundo
---
 changelog.rst   | 3 +++
 inkpot-theme.el | 6 ++++++
 readme.rst      | 1 +
 3 files changed, 10 insertions(+)

diff --git a/changelog.rst b/changelog.rst
index b765223a94..904cd28c1a 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,9 @@
 Change Log
 ##########
 
+- 2023-04-04
+   - Define colors for ``vundo``.
+
 - 2023-03-06
    - Define a color for ``mono-complete-preview-face``.
 
diff --git a/inkpot-theme.el b/inkpot-theme.el
index 9e1cf981ee..09bcf2c88a 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -371,6 +371,12 @@
 
    ;; Colors for popular plugins.
 
+   ;; vundo (elpa).
+   `(vundo-node ((t (:foreground ,ip-slate-dark+15.7))))
+   `(vundo-stem ((t (:foreground ,ip-slate-dark+15.7))))
+   `(vundo-saved ((t (:foreground ,ip-cream-light))))
+   `(vundo-highlight ((t (:foreground ,ip-yellow-bright))))
+
    ;; anzu (melpa)
    `(anzu-mode-line ((t (:foreground ,ip-grey+93))))
 
diff --git a/readme.rst b/readme.rst
index f04a1d0529..cd85632707 100644
--- a/readme.rst
+++ b/readme.rst
@@ -91,6 +91,7 @@ Other Packages:
    - ``neotree``.
    - ``treemacs``.
    - ``visual-indentation-mode``.
+   - ``vundo``.
 
 
 Additions, corrections, and improvements are most welcome.

Reply via email to