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

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

[nongnu] elpa/dracula-theme 115456e 066/187: Merge pull request #36 from


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 115456e 066/187: Merge pull request #36 from Wilfred/master
Date: Thu, 21 Oct 2021 18:04:56 -0400 (EDT)

branch: elpa/dracula-theme
commit 115456ebba88512bc8603b0fe1732fe1da137259
Merge: 1f64982 340f34b
Author: Garrett T <film42@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #36 from Wilfred/master
    
    Ensure that the modeline is distinct on inactive windows
---
 dracula-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 2e2a99a..648032c 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -224,8 +224,8 @@
                (magit-section-heading :foreground ,keyword :weight bold)
                (magit-section-highlight :background ,bg2)
                ;; mode-line
-               (mode-line :foreground nil :background ,bg3 :box ,bg3)
-               (mode-line-inactive :foreground ,fg1 :background ,bg1 :box ,bg1)
+               (mode-line :foreground nil :background ,bg5 :box ,bg5)
+               (mode-line-inactive :foreground ,fg1 :background ,bg2 :box ,bg2)
                ;; mu4e
                (mu4e-cited-1-face :foreground ,fg2)
                (mu4e-cited-7-face :foreground ,fg3)



reply via email to

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