A dark, intergalactically friendly color scheme based off of Hybrid.

Install this color scheme using your preferred Vim plugin manager, or directly download this repo to ~/.vim/colors.
Then add:
set background=dark
colorscheme deep-spaceIf your terminal supports true colors, add:
if has("termguicolors")
set termguicolors
endiflet $NVIM_TUI_ENABLE_TRUE_COLOR=1If your terminal supports italics, add:
let g:deepspace_italics = 1To use the included vim-airline theme:
let g:airline_theme='deep_space'Copyright © 2016 Brandon Siders. Released under the MIT License.