Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.38 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.38 KB

SpaceCamp

Vim colors for the final frontier.

SpaceCamp Theme Theme Swatch Code screenshots taken from Vimcolors, swatch created with Swatchmaker

🚀 Flight Instructions

📦 Basic Install (recommended if you're unfamiliar with plugin managers)

  1. Download this repository
  2. Unzip the downloaded file
  3. Copy the files /colors/spacecamp.vim and /colors/spacecamp_lite.vim into your Vim colors folder (found at ~/.vim/colors/)
  4. Add the following to your .vimrc:
colorscheme spacecamp

...or, for a slightly lighter background:

colorscheme spacecamp_lite

🔌 Vim Plug

  1. Add the following to your plugs in your .vimrc:
Plug 'jaredgorski/spacecamp'
  1. Run :PlugInstall
  2. Follow step 4 in the basic install (above) to load the desired colorscheme via your .vimrc

Please feel free to drop a note to jaredgorski6@gmail.com if you have kudos or complaints. Now go push some code!