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

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

[nongnu] elpa/dracula-theme 1b7e137 2/3: Merge branch 'ed-fix-83'


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 1b7e137 2/3: Merge branch 'ed-fix-83'
Date: Mon, 8 Nov 2021 02:57:45 -0500 (EST)

branch: elpa/dracula-theme
commit 1b7e137b1418b09f9b174fec68cfa2522abc888d
Merge: 943faed 1fe6e2d
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Merge branch 'ed-fix-83'
---
 dracula-theme.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 64e27a8..9e5c092 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -535,13 +535,12 @@ read it before opening a new issue about your will.")
                           :box ,dracula-current :inverse-video nil
                           ,@(if dracula-alternate-mode-line-and-minibuffer
                                 (list :foreground fg3)
-                              (list :foreground "unspecified-fg")))
+                              (list :foreground dracula-fg)))
                (mode-line-inactive
-                :inverse-video nil
+                :background ,dracula-bg :inverse-video nil
                 ,@(if dracula-alternate-mode-line-and-minibuffer
-                      (list :foreground dracula-comment :background dracula-bg
-                            :box dracula-bg)
-                    (list :foreground dracula-fg :background bg2 :box bg2)))
+                      (list :foreground dracula-comment :box dracula-bg)
+                    (list :foreground fg4 :box bg2)))
                ;; mu4e
                (mu4e-unread-face :foreground ,dracula-pink :weight normal)
                (mu4e-view-url-number-face :foreground ,dracula-purple)



reply via email to

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