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

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

[nongnu] elpa/alect-themes c6bde47 225/269: Modify 'match' face


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes c6bde47 225/269: Modify 'match' face
Date: Thu, 21 Oct 2021 17:59:24 -0400 (EDT)

branch: elpa/alect-themes
commit c6bde47489496d2827174171ec606bd3a6baf807
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Modify 'match' face
---
 alect-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index ca2561e..5014bb4 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -414,8 +414,8 @@ For INVERT, see `alect-get-color'."
                                    :underline t)))
          (link-visited        ((,c :foreground ,(gc 'blue+2)
                                    :underline t)))
-         (match               ((,c :background ,(gc 'green+1)
-                                   :foreground ,(gc 'gray-2))))
+         (match               ((,c :foreground ,(gc 'fg+1)
+                                   :background ,(gc 'blue-bg))))
          (escape-glyph        ((,c :foreground ,(gc 'yellow)
                                    :weight bold)))
          (fringe              ((,c :foreground ,(gc 'gray)



reply via email to

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