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.
- 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
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.
This work is licensed on 3-clause BSD license. See LICENSE file for details.