Awesome
<div align="center"> <h3> SpaceCamp is an attractive, comfortable, and legible colorscheme for Vim. </h3> </div><div align="center"> <h2> Flight Instructions </h2> </div>
Basic Install (recommended if you're unfamiliar with plugin managers)
- 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
Vim Plug
- 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
Ports to other editors
- Kakoune by @haukkagu
- VS Code by @dinogomez
Terminal emulator themes
NOTE: These files may need to be renamed or pasted as snippets into the appropriate config file for your terminal emulator. See documentation for your particular terminal emulator.
- Alacritty
- Chrome Secure Shell
- Gnome Terminal
- Guake
- Kitty: spacecamp-kitty by @sebkolind
- Konsole
- Linux Console
- MinTTY
- Putty
- Terminal.app
- Terminator
- Termite
- XFCE4 Terminal
- Xresources
- Xshell
- iTerm2
- iTerm2: spacecamp-iterm by @reobin
- st
- Windows Terminal by @techtuner
Colors
colors:
background: '#121212'
foreground: '#D0D0D0'
text: '#0D0D0D'
cursor: '#D0D0D0'
0: '#282828' # black
1: '#D71A1A' # red
2: '#57BA37' # green
3: '#F0D50C' # yellow
4: '#91AADF' # blue
5: '#CF73E6' # magenta
6: '#B7CBF4' # cyan
7: '#DEDEDE' # white
8: '#666666' # bright black
9: '#FF0000' # bright red
10: '#D8FA3B' # bright green
11: '#E7C547' # bright yellow
12: '#B7CBF4' # bright blue
13: '#B77EE0' # bright magenta
14: '#A9C1DE' # bright cyan
15: '#EEEEEE' # bright white
Contributing
Please send me an email at jaredgorski6@gmail.com or open an issue. If you're feeling extra motivated, feel free to send pull requests and I'll review them. Keep in mind that I'll be fairly strict about changes, but I love contributors and definitely want to get your name in there :smiley:
Acknowledgements
- The Blackboard theme for textmate, which inspired the SpaceCamp look and feel
- @cocopon's iceberg.vim, which is inspiring in general
- @zenorocha, for blessing us all with Dracula
- @reobin, for showing up on Reddit and kindly giving us spacecamp-iterm
- @sebkolind, for the random email and kindly giving us spacecamp-kitty
- terminal.sexy, for helping me generate all the terminal themes
- @haukkagu, for emailing me and writing a great port for Kakoune
- @techtuner, for showing up in my email inbox and submitting the Windows Terminal theme
Please feel free to drop a note to jaredgorski6@gmail.com if you have kudos or complaints. Now go push some code!