I try to apply various color schemes in vim that I have seen on the net. Whatever scheme I choose, the background remains white, even though screenshots of the applied scheme sh
You need to add set termguicolors
to your ~/.vimrc
I tested t_Co=256
and other options, but none worked, only set termguicolors
After this you can use the command set bg=light
or set bg=dark
to see witch one looks better (some vim color schemes accept both options).
Here is a list of terminals that are compatible with termguicolors: https://gist.github.com/XVilka/8346728#now-supporting-true-color