space-vim-theme - Vim Colorscheme
dark | light |
---|---|
kitty with set termguicolors
space-vim-dark is a dark only theme, space-vim-theme as its successor now supports both dark and light background. This coloescheme originates from spacemacs-theme with some alterations.
Installation
Use vim-plug:
Plug 'liuchengxu/space-vim-theme'
Usage
colorscheme space_vim_theme
:h space_vim_theme
for detailed information.
Hacking
Do you want to hack the theme?
-
Install Colortemplate.
-
Edit the files in the
templates
folder. -
Rebuild the colorscheme by sourcing
make_colorschemes.vim
.
Credits
- Colortemplate
templates
is based on vim-gruvbox8