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

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

[elpa] externals/ef-themes bd324d1b88: Make the 'match' face use a colou


From: ELPA Syncer
Subject: [elpa] externals/ef-themes bd324d1b88: Make the 'match' face use a coloured background
Date: Tue, 22 Nov 2022 00:57:40 -0500 (EST)

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

    Make the 'match' face use a coloured background
    
    This makes it easier to stand out.  The choice of colour is consistent
    with the backgrounds used by Isearch for the current and other
    matches: they do not clash.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 8370bf542c..765c8f8ef7 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1287,7 +1287,7 @@ Helper function for `ef-themes-preview-colors'."
     `(isearch-group-1 ((,c :background ,bg-green :foreground ,fg-intense)))
     `(isearch-group-2 ((,c :background ,bg-magenta :foreground ,fg-intense)))
     `(lazy-highlight ((,c :background ,bg-blue :foreground ,fg-intense)))
-    `(match ((,c :background ,bg-alt :foreground ,fg-intense)))
+    `(match ((,c :background ,bg-warning)))
     `(query-replace ((,c :background ,bg-red :foreground ,fg-intense)))
 ;;;; keycast
     `(keycast-command ((,c :inherit bold)))



reply via email to

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