Add support for Wgrep

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

View file

@ -756,6 +756,12 @@ When called from Lisp, THEME is a symbol."
`(vc-up-to-date-state (( )))
;;;; vertico
`(vertico-current ((,c :background ,bg-completion)))
;;;; wgrep
`(wgrep-delete-face ((,c :inherit warning)))
`(wgrep-done-face ((,c :inherit success)))
`(wgrep-face ((,c :inherit bold)))
`(wgrep-file-face ((,c :foreground ,fg-alt)))
`(wgrep-reject-face ((,c :inherit error)))
;;;; widget
`(widget-button ((,c :inherit bold :foreground ,link)))
`(widget-button-pressed ((,c :inherit widget-button :foreground ,link-alt)))