Skip to content

ptotaram/vim-colorschemes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 

Repository files navigation

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

everyone else: Hi Franco

Vim colorschemes

one stop shop for vim colorschemes.

this is harvested from vim.org. only colorschemes downloaded in a single .vim file are included.

for hacking on vim.org harvesting see the branch prep.

Installation

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

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

if you use vim + pathogen

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

if you use vim + vundle

" add to .vimrc
Plugin 'flazz/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

Something missing? Fork!

fork this repo; send a pull request!; I'll take it!


I'm a slave to aesthetics. If you are too, I hope this helps.

email

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%