An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# space-vim-theme - Vim Colorscheme

badge

dark | light
:----: | :----:
![](https://raw.githubusercontent.com/liuchengxu/img/master/space-vim-theme/dark.png) | ![](https://raw.githubusercontent.com/liuchengxu/img/master/space-vim-theme/light.png)

[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)