morhetz / gruvbox

Retro groove color scheme for Vim
13.45k stars 1.1k forks source link

Support for dimming inactive window #400

Open jbtechie opened 3 years ago

jbtechie commented 3 years ago

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