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

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

[nongnu] elpa/dracula-theme 2e8c92b 173/187: Support ivy


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 2e8c92b 173/187: Support ivy
Date: Thu, 21 Oct 2021 18:05:18 -0400 (EDT)

branch: elpa/dracula-theme
commit 2e8c92bed2bc814549bbc8ebe897637fe6c78a0b
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Support ivy
    
    Fixes https://github.com/dracula/emacs/issues/80
---
 dracula-theme.el | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 92fa1c8..71e80a6 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -386,6 +386,27 @@ read it before opening a new issue about your will.")
                (ido-virtual :foreground ,dracula-cyan)
                (ido-incomplete-regexp :inherit font-lock-warning-face)
                (ido-indicator :foreground ,dracula-fg :background 
,dracula-pink)
+               ;; ivy
+               (ivy-current-match
+                ,@(if dracula-alternate-mode-line-and-minibuffer
+                      (list :weight 'normal :foreground dracula-green)
+                    (list :weight 'bold :foreground dracula-pink)))
+               ;; Highlights the background of the match.
+               (ivy-minibuffer-match-face-1 :background ,dracula-current)
+               ;; Highlights the first matched group.
+               (ivy-minibuffer-match-face-2 :background ,dracula-green
+                                            :foreground ,dracula-bg)
+               ;; Highlights the second matched group.
+               (ivy-minibuffer-match-face-3 :background ,dracula-yellow
+                                            :foreground ,dracula-bg)
+               ;; Highlights the third matched group.
+               (ivy-minibuffer-match-face-4 :background ,dracula-pink
+                                            :foreground ,dracula-bg)
+               (ivy-confirm-face :foreground ,dracula-orange)
+               (ivy-match-required-face :foreground ,dracula-red)
+               (ivy-subdir :foreground ,dracula-yellow)
+               (ivy-remote :foreground ,dracula-pink)
+               (ivy-virtual :foreground ,dracula-cyan)
                ;; isearch
                (isearch :inherit match :weight bold)
                (isearch-fail :foreground ,dracula-bg :background 
,dracula-orange)



reply via email to

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