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

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

[nongnu] elpa/gotham-theme 1f30c7bba8 107/214: add ivy support


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 1f30c7bba8 107/214: add ivy support
Date: Fri, 7 Jan 2022 17:58:46 -0500 (EST)

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

    add ivy support
---
 gotham-theme.el | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 1e14509508..b370f057d5 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -479,6 +479,19 @@ depending on DISPLAY for keys which are either :foreground 
or
    (hydra-face-pink :foreground orange :bold t)
    (hydra-face-amaranth :foreground magenta :bold t)
 
+   ;; ivy
+   (ivy-confirm-face :foreground cyan)
+   (ivy-current-match :foreground base0 :background orange)
+   (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-3 :foreground base0 :background green)
+   (ivy-minibuffer-match-face-4 :foreground base0 :background magenta)
+   (ivy-modified-buffer :foreground orange)
+   (ivy-remote :foreground violet)
+   (ivy-subdir :foreground red)
+   (ivy-virtual :foreground green)
+
    ;; jabber
    (jabber-activity-face :foreground green)
    (jabber-activity-personal-face :foreground cyan)



reply via email to

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