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

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

[elpa] externals/modus-themes 1ffcb4c72f 12/13: Use more appropriate fac


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 1ffcb4c72f 12/13: Use more appropriate face for evil-ex-substitute-matches
Date: Wed, 17 May 2023 02:58:52 -0400 (EDT)

branch: externals/modus-themes
commit 1ffcb4c72f26ac0632feba899e60227514571727
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use more appropriate face for evil-ex-substitute-matches
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index ab5eca777b..e32cb5e865 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2427,7 +2427,7 @@ FG and BG are the main colors."
     `(evil-ex-info ((,c :inherit font-lock-type-face)))
     `(evil-ex-lazy-highlight ((,c :inherit modus-themes-search-lazy)))
     `(evil-ex-search ((,c :inherit modus-themes-search-current)))
-    `(evil-ex-substitute-matches ((,c :inherit modus-themes-intense-yellow 
:underline t)))
+    `(evil-ex-substitute-matches ((,c :inherit modus-themes-prominent-error 
:underline t)))
     `(evil-ex-substitute-replacement ((,c :inherit 
modus-themes-search-current)))
 ;;;;; eww
     `(eww-invalid-certificate ((,c :foreground ,err)))



reply via email to

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