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
In linux I had export TERM=xterm-256color in my .bashrc. That caused vim to look like this (after setting set t_Co=256):
export TERM=xterm-256color
.bashrc
set t_Co=256
When I removed that line from my .bashrc and opened a new terminal (exec bash didn't do it) This is what I get:
exec bash