// Work-In-Progress
Example color scheme plugin for PaperColor-Theme
All features are as in PaperColor-Theme
Manually: Install PaperColor-Theme
Then place PaperColor_blue.vim
file from this repository into autoload
folder within your Vim directory, e.g. ~/.vim/autoload/
Using a plugin manager like Vundle (recommended for easy :PluginUpdate
):
Plugin 'NLKNguyen/papercolor-theme' " required
Plugin 'NLKNguyen/papercolor-blue'
Then, put this in your ~/.vimrc
let g:PaperColor_Theme = 'blue'
colorscheme PaperColor