Cycle easily through vim color schemes.
Add colorstepper to your vim directory:
$ mkdir -p ~/.vim/bundle \
&& cd ~/.vim/bundle \
&& git clone https://github.com/qualiabyte/vim-colorstepper colorstepper
Non-pathogen users should add this to your .vimrc:
" ColorStepper
source ~/.vim/bundle/colorstepper/colorstepper.vim
You may optionally modify your .vimrc to customize colorstepper's default keymaps:
" ColorStepper Keys
nmap <F6> <Plug>ColorstepPrev
nmap <F7> <Plug>ColorstepNext
nmap <S-F7> <Plug>ColorstepReload
Ok! After reloading vim, you should now be able to:
- Cycle to next color with
F7
- Cycle to prev color with
F6
- Reload available colors with
Shift+F7
Simply add vim colorschemes to ~/.vim/colors/<theme>.vim
.
Or with pathogen, add to ~/.vim/bundle/<bundle-name>/colors/<theme>.vim
.
May we suggest...
- flazz / vim-colorschemes "one colorscheme pack to rule them all!"
2007 - Original script by scott-268 with help from Bill McCarthy on the vim-users list.
2012 - Modified by qualiabyte.
See Threads: