branch: externals/modus-themes
commit 7661b78509c86bb8f4faf8f9cf605dfbb29c18a2
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Refine vundo faces to make saved states easier to spot
This is discussed in issue 79 on the GitHub mirror:
<https://github.com/protesilaos/modus-themes/issues/79>.
---
modus-themes.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index bdb7c401f4..272fcc98e4 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3836,9 +3836,10 @@ FG and BG are the main colors."
`(vterm-color-white ((,c :background "white" :foreground "gray65")))
`(vterm-color-yellow ((,c :background ,yellow-warmer :foreground ,yellow)))
;;;;; vundo
- `(vundo-highlight ((,c :inherit (bold vundo-node) :foreground
,red-intense)))
- `(vundo-last-saved ((,c :inherit (bold vundo-node) :foreground
,cyan-intense)))
- `(vundo-saved ((,c :inherit vundo-node :foreground ,cyan-intense)))
+ `(vundo-default ((,c :inherit shadow)))
+ `(vundo-highlight ((,c :inherit (bold vundo-node) :foreground ,red)))
+ `(vundo-last-saved ((,c :inherit (bold vundo-node) :foreground ,blue)))
+ `(vundo-saved ((,c :inherit vundo-node :foreground ,blue-intense)))
;;;;; wcheck-mode
`(wcheck-default-face ((,c :foreground ,red :underline t)))
;;;;; web-mode