Awesome
seti.vim
The Seti colorscheme for vim, based on Jesse Weed's Seti theme for the Atom editor. This works in both terminal and gui.
install
With pathogen
If you use pathogen to manage vim plugins, then
git clone https://github.com/trusktr/seti.vim ~/.vim/bundle/seti.vim
With NeoBundle
If you use NeoBundle to manage vim plugins, then
NeoBundle 'trusktr/seti.vim'
With Vundle
If you use Vundle to manage vim plugins, then
Plugin 'trusktr/seti.vim'
With Plug
If you use Plug to manage vim plugins, then
Plug 'trusktr/seti.vim'
With unbundle
If you use unbundle to manage vim plugins, then
Plug 'trusktr/seti.vim'
With Vimana
If you use Vimana to manage vim plugins, then
vimana install gh:trusktr/seti.vim