A simple and cozy vim color scheme. Supports both true color and 256 color terminals, in light or dark variants.
Place nebula.vim into your ~/.vim/colors directory, or simply use a plugin manager like Plug:
Plug 'stillwwater/vim-nebula'Light:
set background=light
colorscheme nebulaDark:
set background=dark
colorscheme nebulaEnable true color for more accurate colors:
if has('termguicolors')
set termguicolors
endifBased on the paramount color scheme.