Skip to content

srarden/vim-colorschemes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 

Repository files navigation

me: Hi everyone, my name is Scott and I'm becoming addicted to colorschemes

everyone else: Hi Scott

Vim colorschemes

one stop shop for vim colorschemes.

Installation

Basic install - very simple (*nix or cygwin install)

mkdir ~/.vim
git clone https://github.com/srarden/vim-colorschemes.git ~/.vim

if you use vim + pathogen

cd ~/.vim
git submodule add https://github.com/srarden/vim-colorschemes.git bundle/colorschemes

if you use vim + vundle

" add to .vimrc
Plugin 'srarden/vim-colorschemes'
:PluginInstall

if you aren't so clever just get all the files in colors/*.vim into ~/.vim/colors

# after downloading; unpacking; cd'ing
cp colors/* ~/.vim/colors

About

one colorscheme pack to rule them all!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%