# space-vim-theme **Repository Path**: OneFreshman/space-vim-theme ## Basic Information - **Project Name**: space-vim-theme - **Description**: :blossom: A dark and light colorscheme for space-vim that supports GUI & terminal - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)