emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes cf7556cd4b 115/281: Add support for Woman


From: ELPA Syncer
Subject: [elpa] externals/ef-themes cf7556cd4b 115/281: Add support for Woman
Date: Tue, 16 Aug 2022 16:58:24 -0400 (EDT)

branch: externals/ef-themes
commit cf7556cd4b6f98f64de05cbe00bef8825e24a6f2
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]