-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.tmpl
46 lines (31 loc) · 1.08 KB
/
README.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Vim palette
================
Above all keep your colours fresh!
[Édouard Manet](http://en.wikipedia.org/wiki/%C3%89douard_Manet)
Installation
------------
if you [use vim + pathogen](http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/)
cd ~/.vim
git submodule add [email protected]:gmist/vim-palette.git bundle/colorschemes
if you [use vim + vundle](https://github.com/gmarik/vundle)
" add to .vimrc
Bundle 'gmist/vim-palette'
:BundleInstall
if you [use vim + NeoBundle](https://github.com/Shougo/neobundle.vim)
" add to .vimrc
NeoBundle 'gmist/vim-palette'
:NeoBundleInstall
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
Previews
------------------------
many of the themes here are listed [here](http://vimcolorschemetest.googlecode.com/svn/html/index-html.html)
Current colorschemes
--------------------
Total of {{. | len}}+ color schemes:
{{range . -}}
* [{{.Name}}]({{.DescriptionURL}})
{{end}}
- - -