# desert.vim
**Repository Path**: gh-sync/desert.vim
## Basic Information
- **Project Name**: desert.vim
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-03-16
- **Last Updated**: 2022-11-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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.
## Installation
### Pathogen
To install using [Pathogen](https://github.com/tpope/vim-pathogen) run the following command
```
cd ~/.vim/bundle && git clone git@github.com:fugalh/desert.vim.git
```
### Vundle
To install using [Vundle](https://github.com/VundleVim/Vundle.vim)
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 `\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.