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

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

[nongnu] elpa/gotham-theme 2f03e60b66 197/214: Merge pull request #65 fr


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 2f03e60b66 197/214: Merge pull request #65 from drot/master
Date: Fri, 7 Jan 2022 17:58:54 -0500 (EST)

branch: elpa/gotham-theme
commit 2f03e60b6697fe2be483ac14364a96bf476db172
Merge: c7ce4ea356 9d59dac51c
Author: Vasilij Schneidermann <mail@vasilij.de>
Commit: GitHub <noreply@github.com>

    Merge pull request #65 from drot/master
    
    Fix unreadable match highlight
---
 gotham-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 1af34b5982..3a29ce0541 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -156,7 +156,7 @@ depending on DISPLAY for keys which are either :foreground 
or
    (warning :foreground orange)
 
    ;; search and highlighting
-   (match :background base5)
+   (match :background base4)
    (isearch :inverse-video t)
    (isearch-fail :foreground red)
    (lazy-highlight :foreground base2 :background yellow)



reply via email to

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