Put woman faces in correct A-Z order

This commit is contained in:
Protesilaos Stavrou 2022-08-14 13:57:10 +03:00
parent dfa3e75db9
commit f1403e1100
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

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