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