Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.65 KB

README.rst

File metadata and controls

64 lines (43 loc) · 1.65 KB

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

Colorscheme overview

Diff mode

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.