Darkest-space use contrast between green|cyan and purple.
To install this colorscheme, choose between Vundle or Pathogen.
- Vundle, edit
~/.vimrc
:
Plugin 'szorfein/darkest-space'
And run into vim
:PluginInstall
- Pathogen:
$ mkdir -p ~/.vim/bundle
$ cd ~/.vim/bundle
$ git clone https://github.com/szorfein/darkest-space
Edit ~/.vimrc
:
syntax on
colorscheme darkest-space