Skip to content

fugalh/desert.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Desert.vim

I started with the evening color scheme included in the distro, and tweaked a few colors to my liking. Then I decided to do a major overhaul and give the whole thing a desert evening sort of feel. I find it a very pleasing, easy-on-the-eyes theme.

Screenshot: http://hans.fugal.net/vim/colors/desert.html

Installation

Pathogen

To install using Pathogen run the following command

cd ~/.vim/bundle && git clone git@github.com:fugalh/desert.vim.git

Vundle

To install using Vundle add the following line to your .vimrc

Plugin 'git@github.com:fugalh/desert.vim.git'

Manually

To install manually download https://raw.githubusercontent.com/lod/desert.vim/master/colors/desert.vim

Place the file in ~/.vim/colors/ or <your-vim-dir>\vimfiles\colors\ on Windows.

Running

To load the color scheme run

:colorscheme desert

To always use the desert color scheme add the following line to your .vimrc

colorscheme desert

Maintenance

I mostly don't maintain this anymore. Occasionally someone has a tweak suggestion - I recommend forking this and sending a pull request, or not.