morhetz / gruvbox

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

weird background color #365

Open lag00n opened 3 years ago

lag00n commented 3 years ago

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

lo777lov commented 3 years ago

Put set termguicolors before colorscheme settings in your vim config file

Indiance commented 3 years ago

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

lag00n commented 3 years ago

Put set termguicolors before colorscheme settings in your vim config file

When i try to set termguicolors everything goes colorless

lag00n commented 3 years ago

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

Indiance commented 3 years ago

idk either now that you have told me.

silvester747 commented 2 years ago

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