morhetz / gruvbox

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

termguicolors: add support in Vim #295

Open antoinemadec opened 5 years ago

antoinemadec commented 5 years ago

Vim term colors were wrong in GUI mode. Term GUI colors support was already added for Nvim, but Vim is using different variable names.

antoinemadec commented 5 years ago

Before this PR: gruvbox_term_before

After this PR: gruvbox_term_after