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

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

[nongnu] elpa/gotham-theme 612d8bf1ba 111/214: another ivy colors propos


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 612d8bf1ba 111/214: another ivy colors proposal
Date: Fri, 7 Jan 2022 17:58:46 -0500 (EST)

branch: elpa/gotham-theme
commit 612d8bf1ba00bb1b925831cdc904d32d5f0f88e3
Author: Davor Rotim <rotim.davor@gmail.com>
Commit: Davor Rotim <rotim.davor@gmail.com>

    another ivy colors proposal
---
 gotham-theme.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index d0f182a137..f439545a13 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -486,13 +486,13 @@ depending on DISPLAY for keys which are either 
:foreground or
 
    ;; ivy
    (ivy-confirm-face :foreground cyan)
-   (ivy-current-match :foreground base0 :background orange)
+   (ivy-current-match :foreground base6 :background base3)
    (ivy-match-required :foreground red)
-   (ivy-minibuffer-match-face-1 :foreground base0 :background red)
-   (ivy-minibuffer-match-face-2 :foreground base0 :background yellow)
+   (ivy-minibuffer-match-face-1 :foreground base0 :background base4)
+   (ivy-minibuffer-match-face-2 :foreground base0 :background magenta)
    (ivy-minibuffer-match-face-3 :foreground base0 :background green)
-   (ivy-minibuffer-match-face-4 :foreground base0 :background magenta)
-   (ivy-modified-buffer :foreground orange)
+   (ivy-minibuffer-match-face-4 :foreground base0 :background base5)
+   (ivy-modified-buffer :foreground yellow)
    (ivy-remote :foreground violet)
    (ivy-subdir :foreground red)
    (ivy-virtual :foreground green)



reply via email to

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