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
- Neovim 0.5+
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
- Vim is not supported because the theme is written in lua.
- If you feel like a language should be highlighted differently please open an issue.
- Better Tree Sitter Highlighting
- Kiyan Yazdani who's nvim-palenight.lua was my template for the lua in this theme.
- Josh Dick who's excellently commented onedark.vim I stole 99% of this themes comments from(I actually looked at the docs for nvim-treesitter).
- Liu-Cheng Xu who's space-vim-theme where I got all of my highlighting from