branch: externals/ef-themes
commit cf7556cd4b6f98f64de05cbe00bef8825e24a6f2
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for Woman
---
ef-themes.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ef-themes.el b/ef-themes.el
index c3ff58059f..6538c77eea 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -744,6 +744,11 @@ When called from Lisp, THEME is a symbol."
`(vc-up-to-date-state (( )))
;;;; vertico
`(vertico-current ((,c :background ,bg-completion)))
+;;;; woman
+ `(woman-addition ((,c :foreground ,accent-2)))
+ `(woman-bold ((,c :inherit bold :foreground ,accent-0)))
+ `(woman-italic ((,c :inherit italic :foreground ,accent-1)))
+ `(woman-unknown ((,c :foreground ,accent-3)))
;;;; widget
`(widget-button ((,c :inherit bold :foreground ,link)))
`(widget-button-pressed ((,c :inherit widget-button :foreground
,link-alt)))