branch: externals/standard-themes
commit cae57d1f9c4a8386cf2b6a326a4f1c6c69852324
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for vundo package
---
README.org | 1 +
standard-themes.el | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/README.org b/README.org
index d7c144de86..c93cbf5966 100644
--- a/README.org
+++ b/README.org
@@ -1197,6 +1197,7 @@ everything most users need.
- tty-menu
- vc (=vc-dir.el=, =vc-hooks.el=)
- vertico
+- vundo [Part of {{{development-version}}}]
- wgrep
- which-function-mode
- which-key [Part of {{{development-version}}}]
diff --git a/standard-themes.el b/standard-themes.el
index f789b01c51..8632240f24 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -2031,6 +2031,11 @@ Optional prefix argument MAPPINGS has the same meaning
as for
;;;; vertico
`(vertico-current ((,c :background ,bg-completion)))
`(vertico-group-title ((,c :inherit bold :foreground ,name)))
+;;;; vundo
+ `(vundo-default ((,c :inherit shadow)))
+ `(vundo-highlight ((,c :inherit (bold vundo-node) :foreground ,red)))
+ `(vundo-last-saved ((,c :inherit (bold vundo-node) :foreground
,blue-cooler)))
+ `(vundo-saved ((,c :inherit vundo-node :foreground ,cyan-cooler)))
;;;; wgrep
`(wgrep-delete-face ((,c :inherit warning)))
`(wgrep-done-face ((,c :background ,bg-info :foreground ,info)))