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

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

[nongnu] elpa/dracula-theme 4b32fc5634 2/5: Merge pull request #88 from


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 4b32fc5634 2/5: Merge pull request #88 from mackong/ivy-current-match
Date: Sun, 16 Jan 2022 04:57:55 -0500 (EST)

branch: elpa/dracula-theme
commit 4b32fc5634e3fa786a73dc052b97dcf48e4fcf6a
Merge: 7d622209de 822509e09a
Author: Étienne Deparis <etienne@depar.is>
Commit: GitHub <noreply@github.com>

    Merge pull request #88 from mackong/ivy-current-match
    
    add background to ivy current match
---
 dracula-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index e888a9f4f9..c626d89a84 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -396,8 +396,8 @@ read it before opening a new issue about your will.")
                ;; ivy
                (ivy-current-match
                 ,@(if dracula-alternate-mode-line-and-minibuffer
-                      (list :weight 'normal :foreground dracula-green)
-                    (list :weight 'bold :foreground dracula-pink)))
+                      (list :weight 'normal :background dracula-current 
:foreground dracula-green)
+                    (list :weight 'bold :background dracula-current 
:foreground dracula-pink)))
                ;; Highlights the background of the match.
                (ivy-minibuffer-match-face-1 :background ,dracula-current)
                ;; Highlights the first matched group.



reply via email to

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