I am trying to set the color scheme Wombat in VIM. I followed the instructions as:
- Downloaded the wombat.vim file to the location
~/.vim/colors/ directory - Opened the VIM editor and set the color scheme by
:colorscheme wombat
However, the editor remains unchanged after running the command. Am I missing something here?
gvimor terminals that support more than256colors (are they exist?), so they won't work in all other terminals. There are color schemes with256suffix, likeWombat256ordesert256that should fix this problem. – maverik Dec 27 '12 at 16:54