I found a solution for making the inactive windows' backgrounds a lighter color so that it is obvious which window is active, but it does not work when gruvbox is the color scheme. Is there a solution that works with gruvbox?
Incompatible solution:
hi ActiveWindow ctermbg=None ctermfg=None guibg=#21242b
hi InactiveWindow ctermbg=darkgray ctermfg=gray guibg=#282c34
set winhighlight=Normal:ActiveWindow,NormalNC:InactiveWindow
I found a solution for making the inactive windows' backgrounds a lighter color so that it is obvious which window is active, but it does not work when gruvbox is the color scheme. Is there a solution that works with gruvbox?
Incompatible solution: