Vim colorschemes

If you want to customize the colors you get in  VIM

Here is a gallery:   http://vimcolorschemetest.googlecode.com/svn/html/index-html.html

To try out different schemes you can type

:colorscheme XXXXX

in vi  where XXX is the scheme name  (without the .vim extension )

Once you find one you like you can put that command in your .vimrc in your home directory

I like :colorscheme darkblue

It looks for the files in /usr/share/vim/vim70/colors directory.

The only ones we have now on ccdev are listed below — if you pick one from that website we can download it and put it in that directory so everyone can choose it.

/usr/share/vim/vim70/colors/blue.vim

/usr/share/vim/vim70/colors/darkblue.vim

/usr/share/vim/vim70/colors/default.vim

/usr/share/vim/vim70/colors/delek.vim

/usr/share/vim/vim70/colors/desert.vim

/usr/share/vim/vim70/colors/elflord.vim

/usr/share/vim/vim70/colors/evening.vim

/usr/share/vim/vim70/colors/koehler.vim

/usr/share/vim/vim70/colors/morning.vim

/usr/share/vim/vim70/colors/murphy.vim

/usr/share/vim/vim70/colors/pablo.vim

/usr/share/vim/vim70/colors/peachpuff.vim

/usr/share/vim/vim70/colors/ron.vim

/usr/share/vim/vim70/colors/shine.vim

/usr/share/vim/vim70/colors/slate.vim

/usr/share/vim/vim70/colors/torte.vim

/usr/share/vim/vim70/colors/zellner.vim

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published.