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

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

[nongnu] elpa/dracula-theme 340f34b 065/187: Ensure that the modeline is


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 340f34b 065/187: Ensure that the modeline is distinct on inactive windows
Date: Thu, 21 Oct 2021 18:04:56 -0400 (EDT)

branch: elpa/dracula-theme
commit 340f34bfda10e33ef8524e49d901c5d5d34fc9b1
Author: Wilfred Hughes <me@wilfred.me.uk>
Commit: Wilfred Hughes <me@wilfred.me.uk>

    Ensure that the modeline is distinct on inactive windows
    
    Otherwise, it's hard to see the edge of windows when the frame is
    split.
---
 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]