Backpack is simple Vim color Scheme heavily inspired by gruvbox, and the Iterm2 color theme Neutron
A simple Retro theme.
Feedback is appreciated!
- Typeface from screenshots below is Monaco Nerd Font
Pathogen
git clone https://github.com/Mitch1000/backpack.git ~/.vim/bundle/backpack
Vundle
Add Plugin 'Mitch1000/backpack' to your .vimrc and run :PluginInstall
Dein
Add the following to your .vimrc, and run call dein#install():
call dein#add('Mitch1000/backpack')
vim-plug
Add Plug 'Mitch1000/backpack to your .vimrc and run :PlugInstall
Vim-8
git clone https://github.com/Mitch1000/backpack.git ~/.vim/pack/default/start/backpack
VIM - Vi IMproved 8.x MS-Windows 64-bit console version
git clone https://github.com/Mitch1000/backpack.git "~\vimfiles\pack\default\start\backpack"
Then add colorscheme backpack
to your vimrc file.