You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make some smart-mode-line info visible in light theme (greduan#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.