All Projects → jaredgorski → Spacecamp

jaredgorski / Spacecamp

Licence: mit
🔭 Vim colors for the final frontier

Projects that are alternatives of or similar to Spacecamp

Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+468.06%)
Mutual labels:  vim-colorscheme, color-scheme, colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-96.87%)
Mutual labels:  vim-colorscheme, color-scheme, colorscheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (-47.57%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (-76.74%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-88.54%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-62.5%)
Mutual labels:  vim-colorscheme, color-scheme, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-3.12%)
Mutual labels:  vim-colorscheme, color-scheme, colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+589.93%)
Mutual labels:  vim-colorscheme, color-scheme, colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (-65.28%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-81.6%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (-6.25%)
Mutual labels:  vim-colorscheme, color-scheme
flex color scheme
A Flutter package to make and use beautiful color scheme based themes.
Stars: ✭ 370 (+28.47%)
Mutual labels:  colorscheme, color-scheme
nord-slack
An arctic, north-bluish clean and elegant Slack theme.
Stars: ✭ 129 (-55.21%)
Mutual labels:  colorscheme, color-scheme
kumux-colorscheme-engine
Kumux is the world's first dynamic circadian color scheme for code editors and other software.
Stars: ✭ 102 (-64.58%)
Mutual labels:  colorscheme, color-scheme
oceanic-next-vim
Oceanic Next colorscheme for vim
Stars: ✭ 49 (-82.99%)
Mutual labels:  colorscheme, color-scheme
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (-63.54%)
Mutual labels:  colorscheme, color-scheme
fogbell.vim
No description or website provided.
Stars: ✭ 118 (-59.03%)
Mutual labels:  colorscheme, color-scheme
parsec
A color scheme for people tired of solarized
Stars: ✭ 30 (-89.58%)
Mutual labels:  colorscheme, color-scheme
base16-vis
Base16 for Vis
Stars: ✭ 16 (-94.44%)
Mutual labels:  colorscheme, color-scheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (-9.37%)
Mutual labels:  vim-colorscheme, colorscheme

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

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].