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

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

[elpa] externals/ef-themes f1403e1100 119/281: Put woman faces in correc


From: ELPA Syncer
Subject: [elpa] externals/ef-themes f1403e1100 119/281: Put woman faces in correct A-Z order
Date: Tue, 16 Aug 2022 16:58:24 -0400 (EDT)

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

    Put woman faces in correct A-Z order
---
 ef-themes.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index b1495e3364..896ceeae2f 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -756,18 +756,18 @@ 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)))
     `(widget-documentation ((,c :inherit font-lock-doc-face)))
     `(widget-field ((,c :background ,bg-alt :foreground ,fg-main :extend nil)))
     `(widget-inactive ((,c :inherit shadow :background ,bg-dim)))
-    `(widget-single-line-field ((,c :inherit widget-field))))
+    `(widget-single-line-field ((,c :inherit widget-field)))
+;;;; 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))))
   "Face specs for use with `ef-themes-theme'.")
 
 (defconst ef-themes-custom-variables



reply via email to

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