1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-24 02:37:06 +08:00
SpaceVim/docs/layers/colorscheme.md

16 lines
460 B
Markdown
Raw Normal View History

# [Layers](https://spacevim.org/layers) > colorscheme
This layer provides many Vim colorschemes for SpaceVim, the default colorscheme is gruvbox.
To change the colorscheme:
```vim
let g:spacevim_colorscheme = 'onedark'
```
Some colorschemes offer dark and light styles. Most of them are set by changing
Vim background color. SpaceVim support to change the background color with
`g:spacevim_colorscheme_bg`:
```vim
let g:spacevim_colorscheme_bg = 'dark'
```