A spacemacs inspired dark and light colorscheme for neovim.
Dark theme
Light theme
Font: Jet Brains Mono Statusline: Spaceline RGB Highlightin: nvim-colorizer. Minimap: minimap.vim
Plug 'Th3Whit3Wolf/space-nvim'
" And then somewhere in your init.vim, to set the colorscheme
colorscheme space-nvim
call minpac#add('Th3Whit3Wolf/space-nvim')
" And then somewhere in your init.vim, to set the colorscheme
colorscheme space-nvim
In the terminal execute this command.
cd ~/.local/share/nvim/site/pack/opt/
git clone https://github.com/Th3Whit3Wolf/space-nvim
In your init.vim
add the following
packadd! space-nvim
colorscheme space-nvim
vim.g.space_nvim_transparent_bg = true