f4z3r / gruvbox-material.nvim

Material Gruvbox colorscheme for Neovim written in Lua
MIT License
32 stars 4 forks source link

fix: change fg color for non-current statusline #23

Closed logan-connolly closed 2 months ago

logan-connolly commented 2 months ago

If current and non-current statusline highlight groups are the same, neovim will use "^^^" in the status line of the current window. Changing the foreground to a muted grey will prevent this from happening.

Closes #22

f4z3r commented 2 months ago

Thanks man! Can you add a small comment into the Changelog about this? Cheers