There was some check regarding specific features Vim have, like spell check which was introduced with Vim 7.0, and even on old repositories, the oldest version of Vim I could find is 7.4. Let's get rid of unnecessary legacy.
Wombat colorscheme for Vim
This colorscheme is an fork/copy of original wombat colorscheme by Lars Nielsen, which has been ported to GUI version of vim with additional changes.
Features
Most colors was slightly changed, most notable changes:
search color changed from violet to orange
comments are gray instead of yellowish
changed diff colors to be less vivid
Added colorColumn color
Added appropriate colors for ShowMarks plugin
Added syntax colors for Syntastic plugin
Colorscheme overview
Diff mode
Installation
To install it, any kind of Vim package manager can be used, like NeoBundle, Pathogen, Vundle or vim-plug.
For manual installation, copy subdirectories from this repository to your ~/.vim directory. To use it, just type :colorscheme wombat256grf, or append line:
...
" change colorscheme
colorscheme wombat256grf
...
to make it permanent.
License
This work is licensed on 3-clause BSD license. See LICENSE file for details.