https://github.com/liuchengxu/space-vim-theme
:blossom: A dark and light colorscheme for space-vim that supports GUI & terminal
https://github.com/liuchengxu/space-vim-theme
space-vim vim-colors vim-colorscheme
Last synced: 3 months ago
JSON representation
:blossom: A dark and light colorscheme for space-vim that supports GUI & terminal
- Host: GitHub
- URL: https://github.com/liuchengxu/space-vim-theme
- Owner: liuchengxu
- Created: 2019-02-01T03:22:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T08:19:22.000Z (over 6 years ago)
- Last Synced: 2025-02-21T18:45:05.419Z (over 1 year ago)
- Topics: space-vim, vim-colors, vim-colorscheme
- Language: Vim script
- Size: 40 KB
- Stars: 160
- Watchers: 4
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# space-vim-theme - Vim Colorscheme
dark | light
:----: | :----:
 | 
[kitty](https://github.com/kovidgoyal/kitty) with `set termguicolors`
[space-vim-dark](https://github.com/liuchengxu/space-vim-dark) is a dark only theme, [space-vim-theme](https://github.com/liuchengxu/space-vim-theme) as its successor now supports both dark and light background. This coloescheme originates from [spacemacs-theme](https://github.com/nashamri/spacemacs-theme) with some alterations.
## Installation
Use [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'liuchengxu/space-vim-theme'
```
## Usage
```vim
colorscheme space_vim_theme
```
`:h space_vim_theme` for detailed information.
## Hacking
Do you want to hack the theme?
1. Install [Colortemplate](https://github.com/lifepillar/vim-colortemplate).
2. Edit the files in the `templates` folder.
3. Rebuild the colorscheme by sourcing `make_colorschemes.vim`.
## Credits
- [Colortemplate](https://github.com/lifepillar/vim-colortemplate)
- `templates` is based on [vim-gruvbox8](https://github.com/lifepillar/vim-gruvbox8)