• Stars
    star
    509
  • Rank 86,772 (Top 2 %)
  • Language
    Vim Script
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ”­ Vim colors for the final frontier

SpaceCamp logo

SpaceCamp is an attractive, comfortable, and legible colorscheme for Vim.

SpaceCamp preview SpaceCamp colors

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

Outside of Vim

Ports to other editors

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.

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

SpaceCamp preview


Contributing

Please send me an email at [email protected] 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 πŸ˜ƒ

Acknowledgements


Please feel free to drop a note to [email protected] if you have kudos or complaints. Now go push some code!

More Repositories

1

fogbell.vim

Vim Script
207
star
2

smart-avatar

Render avatars with dynamic, defined fallback
JavaScript
65
star
3

arpx

Small-scale process orchestration
Rust
64
star
4

nothing.el

Monochrome emacs
Emacs Lisp
21
star
5

Mies.vim

Bauhaus monochrome Vim colorscheme. https://www.miessociety.org/mies-works
Vim Script
18
star
6

Nineties

πŸ’Ύ Colors for World Wide Web pioneers
15
star
7

Styrokai

πŸ‘Ύ A vivid, bolded, pitch-black Monokai color theme
14
star
8

nodehog

πŸ— A simple cpu hog utility.
JavaScript
12
star
9

tchess

Chess with friends in the terminal [wip]
Go
7
star
10

arpxjs

Automate and relate multiple processes programmatically.
JavaScript
5
star
11

StructUI

JavaScript
4
star
12

schema-based-graphql-server-design

Intuitive and scalable GraphQL server design
TypeScript
3
star
13

cnn4fun

Naive convolutional neural network.
Python
3
star
14

stesse

Website for a private-label e-commerce brand
HTML
3
star
15

Swatchmaker

🎨 Simple web app for generating and downloading high-quality, custom color swatches
JavaScript
3
star
16

prune

βœ‚οΈ Interactive git branch pruning tool
2
star
17

eleventy-njk-unpkg-inliner

Inline npm modules in Eleventy Nunjucks templates.
JavaScript
2
star
18

Compositor

🌈 Silly and simple web app for compositing RGBA colors
JavaScript
2
star
19

dotfiles

My simple dotfiles system.
Emacs Lisp
2
star
20

civdocs.us

Easily read the founding documents of the United States of America.
TypeScript
1
star
21

ConvNet.java

[archived] Convolutional Neural Network implemented in Java.
Java
1
star
22

lcp_nodehog_cpu

JavaScript
1
star
23

data.civdocs.us

Data utilities for api.civdocs.us, an open API for founding documents of the United States of America.
JavaScript
1
star
24

arpx_job_parser

Parse arpx job scripts for runtime
Rust
1
star
25

the-future-gorskis

πŸ’’ Wedding website for myself and my bride, Rachel!
CSS
1
star
26

VimNote

πŸ“ Pretty basic notetaking in Vim
Shell
1
star
27

api.civdocs.us

An open API serving the founding documents of the United States of America.
TypeScript
1
star
28

treebox

Display and navigate hierarchical views. Embeddable (rudimentary) SPA router.
JavaScript
1
star