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

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

[elpa] externals/ef-themes fe64541116 120/281: Add support for Wgrep


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

branch: externals/ef-themes
commit fe645411161d5b212f7cba38b33eb89b39b750f2
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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

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