emacs-diffs
[Top][All Lists]
Advanced

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

master fa81ed6: Use khaki1 as 'match' background


From: Dmitry Gutov
Subject: master fa81ed6: Use khaki1 as 'match' background
Date: Wed, 21 Apr 2021 20:09:21 -0400 (EDT)

branch: master
commit fa81ed6be90127dbc8122ed5fc922b7fe5321146
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Use khaki1 as 'match' background
    
    * lisp/replace.el (match): Use khaki1 as the background color for
    light backgrounds (bug#47574).
---
 lisp/replace.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/replace.el b/lisp/replace.el
index 71c6e65..b5dea61 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1433,7 +1433,7 @@ This is a compatibility function for \\[next-error] 
invocations."
 
 (defface match
   '((((class color) (min-colors 88) (background light))
-     :background "yellow1")
+     :background "khaki1")
     (((class color) (min-colors 88) (background dark))
      :background "RoyalBlue3")
     (((class color) (min-colors 8) (background light))



reply via email to

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