Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
**me:** Hi everyone, my name is Franco and I'm addicted to colorschemes
**Me:** Hi everyone, my name is Franco and I'm addicted to colorschemes

**everyone else:** *Hi Franco*
**Everyone else:** *Hi Franco*

Vim colorschemes
================

one stop shop for vim colorschemes.
One stop shop for Vim colorschemes.

this was [originally] harvested from vim.org. only colorschemes downloaded in a single `.vim`
This was [originally] harvested from vim.org. only colorschemes downloaded in a single `.vim`
file are included.

for hacking on vim.org harvesting see the branch [prep](https://github.com/flazz/vim-colorschemes/tree/prep).
For hacking on vim.org harvesting see the branch [prep](https://github.com/flazz/vim-colorschemes/tree/prep).

Policy
------
- honor system is in effect!
- new schemes are welcome!
- upstream updates are accepted!
- non-upstream updates are accepted as derivitive schemes: pick a new filename; cite the original!
- housekeeping updates are accepted too!
- Honor system is in effect!
- New schemes are welcome!
- Upstream updates are accepted!
- Non-upstream updates are accepted as derivative schemes: pick a new filename; cite the original!
- Housekeeping updates are accepted too!

Installation
------------

Basic install - very simple (*nix or cygwin install)
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](http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/)
If you [use vim + pathogen](http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/):

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

if you [use vim + vundle](https://github.com/gmarik/vundle)
If you [use vim + vundle](https://github.com/gmarik/vundle):

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

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

# after downloading; unpacking; cd'ing
Expand All @@ -59,23 +59,23 @@ To change to Molokai:

colorscheme molokai

Inside Vim, you use:
Inside Vim, you can use:

:colorscheme molokai

Previewing colorschemes
-----------------------
There are quite a few colorschemes in this. To preview them on your live code inside of Vim, checkout [this page from the vim wikia](http://vim.wikia.com/wiki/Switch_color_schemes) and [this repo for easy installation](https://github.com/felixhummel/setcolors.vim).
There are quite a few colorschemes in this. To preview them on your live code inside of Vim, checkout [this page from the Vim wikia](http://vim.wikia.com/wiki/Switch_color_schemes) and [this repo for easy installation](https://github.com/felixhummel/setcolors.vim).


Something missing? Fork!
------------------------

fork [this repo](http://github.com/flazz/vim-colorschemes); send a
Fork [this repo](http://github.com/flazz/vim-colorschemes); send a
pull request!; I'll take it!

- - -

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

[email](mailto:[email protected])
[Email](mailto:[email protected])