branch: elpa/gruvbox-theme commit ebd674547d177b8f678d66c5415e59a87ac67265 Author: Martijn Terpstra <bigmart...@gmail.com> Commit: Jason Milkins <jason...@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))