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

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

[nongnu] elpa/gruvbox-theme f05bfb9d8b 218/258: Make some smart-mode-lin


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme f05bfb9d8b 218/258: Make some smart-mode-line info visible in light theme (#137)
Date: Sat, 1 Jan 2022 01:59:47 -0500 (EST)

branch: elpa/gruvbox-theme
commit f05bfb9d8be4270dc919d14410f16f7da1fcd9e0
Author: Kao FĂ©lix <kcfelix@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Make some smart-mode-line info visible in light theme (#137)
    
    The current color for the sml/global face (used for rendering e.g.
    column indicator, minor mode names) was gruvbox-burlywood4. This color
    doesn't invert and it's invisible in a focused window when using the
    light hard variant.
    
    This fixes this by using gruvbox-light4, which will invert correctly
    and display properly in light themes.
---
 gruvbox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gruvbox.el b/gruvbox.el
index 87cd27fcb5..d967b6f476 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -374,7 +374,7 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (elfeed-search-filter-face                 (:inherit 
'font-lock-string-face))
 
      ;; smart-mode-line
-     (sml/global                                (:foreground 
gruvbox-burlywood4 :inverse-video nil))
+     (sml/global                                (:foreground gruvbox-light4 
:inverse-video nil))
      (sml/modes                                 (:foreground 
gruvbox-bright_green))
      (sml/filename                              (:foreground 
gruvbox-bright_red :weight 'bold))
      (sml/prefix                                (:foreground gruvbox-light1))



reply via email to

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