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

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

[nongnu] elpa/gruvbox-theme ebd674547d 164/258: Increased contrast betwe


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme ebd674547d 164/258: Increased contrast between active and inactive mode line face
Date: Sat, 1 Jan 2022 01:59:41 -0500 (EST)

branch: elpa/gruvbox-theme
commit ebd674547d177b8f678d66c5415e59a87ac67265
Author: Martijn Terpstra <bigmartijn@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Increased contrast between active and inactive mode line face
    
    Previously it was hard to find the active window in a frame
---
 gruvbox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gruvbox.el b/gruvbox.el
index fd1f09ec94..8c288a15af 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -85,7 +85,7 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
     ,palette
     ((default                                   (:background gruvbox-bg 
:foreground gruvbox-light0))
      (cursor                                    (:background gruvbox-light0))
-     (mode-line                                 (:background gruvbox-dark2 
:foreground gruvbox-light2 :box nil))
+     (mode-line                                 (:background gruvbox-dark3 
:foreground gruvbox-light2 :box nil))
      (mode-line-inactive                        (:background gruvbox-dark1 
:foreground gruvbox-light4 :box nil))
      (fringe                                    (:background gruvbox-bg))
      (hl-line                                   (:background gruvbox-dark1))



reply via email to

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