Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flazz/vim-colorschemes
one colorscheme pack to rule them all!
https://github.com/flazz/vim-colorschemes
Last synced: 13 days ago
JSON representation
one colorscheme pack to rule them all!
- Host: GitHub
- URL: https://github.com/flazz/vim-colorschemes
- Owner: flazz
- Created: 2011-02-14T13:46:07.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T18:09:31.000Z (over 3 years ago)
- Last Synced: 2024-10-15T09:21:57.537Z (about 2 months ago)
- Language: Vim script
- Homepage:
- Size: 2.02 MB
- Stars: 3,423
- Watchers: 75
- Forks: 632
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-repositories - flazz/vim-colorschemes - one colorscheme pack to rule them all! (Vim Script)
README
**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 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).
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!Installation
------------Basic install - very simple (*nix or cygwin install)
mkdir ~/.vim
git clone https://github.com/flazz/vim-colorschemes.git ~/.vimif 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)
" add to .vimrc
Plugin 'flazz/vim-colorschemes'
:PluginInstallif 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
Using
-----To change the colorscheme of Vim, add to your `.vimrc`:
colorscheme nameofcolorscheme
For example, to change the color scheme to wombat:
colorscheme wombat
To change to Molokai:colorscheme molokai
Inside Vim, you use:
:colorscheme molokaiPreviewing 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).Something missing? Fork!
------------------------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])