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

    Add support for Wgrep
---
 ef-themes.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index 896ceeae2f..ada1c76f5b 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -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)))

Reply via email to