Vim colors for the final frontier.
Code screenshots taken from Vimcolors, swatch created with Swatchmaker
- Download this repository
- Unzip the downloaded file
- Copy the files
/colors/spacecamp.vim
and/colors/spacecamp_lite.vim
into your Vim colors folder (found at~/.vim/colors/
) - Add the following to your
.vimrc
:
colorscheme spacecamp
...or, for a slightly lighter background:
colorscheme spacecamp_lite
- Add the following to your plugs in your
.vimrc
:
Plug 'jaredgorski/spacecamp'
- Run
:PlugInstall
- Follow step 4 in the basic install (above) to load the desired colorscheme via your
.vimrc
Please feel free to drop a note to [email protected] if you have kudos or complaints. Now go push some code!