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

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

[elpa] externals/ef-themes cf2faf04e2 09/10: Refine wgrep faces


From: ELPA Syncer
Subject: [elpa] externals/ef-themes cf2faf04e2 09/10: Refine wgrep faces
Date: Thu, 18 Aug 2022 00:57:55 -0400 (EDT)

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

    Refine wgrep faces
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index b16d418cc8..65343735d9 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1031,10 +1031,10 @@ Helper function for `ef-themes-preview-colors'."
     `(vertico-current ((,c :background ,bg-completion)))
 ;;;; wgrep
     `(wgrep-delete-face ((,c :inherit warning)))
-    `(wgrep-done-face ((,c :inherit success)))
+    `(wgrep-done-face ((,c :background ,bg-info :foreground ,info)))
     `(wgrep-face ((,c :inherit bold)))
     `(wgrep-file-face ((,c :foreground ,fg-alt)))
-    `(wgrep-reject-face ((,c :inherit error)))
+    `(wgrep-reject-face ((,c :background ,bg-err :foreground ,err)))
 ;;;; which-function-mode
     `(which-func ((,c :inherit bold :foreground ,fg-intense)))
 ;;;; whitespace-mode



reply via email to

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