An intergalactically friendly color scheme based off of Hybrid.
NOTE: This color scheme requires a terminal that supports true colors!
Install this color scheme using your preferred Vim plugin manager, then add the following to your (n)vim configuration file:
set background=dark
set termguicolors
colorscheme deep-space
If your terminal supports italics, add:
let g:deepspace_italics=1
To use the included vim-airline theme:
let g:airline_theme='deep_space'
To use the included lightline.vim theme:
let g:lightline = {
\ 'colorscheme': 'deepspace',
\ }