gruvbox icon indicating copy to clipboard operation
gruvbox copied to clipboard

weird background color

Open lag00n opened this issue 5 years ago • 6 comments

For some reason, my background looks pretty weird (it's something like a greenish color) while using gruvbox-light soft/medium versions... Is there anything that can i do to fix it?

soft contrast: image

medium contrast: image

hard contrast: (this one looks pretty ok, i think) image

lag00n avatar Nov 17 '20 22:11 lag00n

Put set termguicolors before colorscheme settings in your vim config file

lo777lov avatar Nov 22 '20 23:11 lo777lov

That usually happens. I personally solved the problem by using macvim, iterm and even switching to neovim.

Indiance avatar Nov 24 '20 07:11 Indiance

Put set termguicolors before colorscheme settings in your vim config file

When i try to set termguicolors everything goes colorless

lag00n avatar Nov 25 '20 14:11 lag00n

That usually happens. I personally solved the problem by using macvim, iterm and even switching to neovim.

that's happening on both nvim and vim...

I can't understand what's wrong

lag00n avatar Nov 25 '20 14:11 lag00n

idk either now that you have told me.

Indiance avatar Nov 25 '20 16:11 Indiance

I have the same issue. For my it happens if I set gruvbox as the default colorscheme. If I load another scheme first, and then gruvbox, the background is correct. Currently I have the following workaround in my vimrc:

colorscheme nova
colorscheme gruvbox

silvester747 avatar Jul 23 '21 08:07 silvester747