mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 14:00:05 +08:00
7 lines
220 B
Markdown
7 lines
220 B
Markdown
|
# [Layers](https://spacevim.org/layers) > colorscheme
|
||
|
|
||
|
This layer provides many colorschemes for SpaceVim, the default colorscheme is gruvbox. to change the colorscheme:
|
||
|
```vim
|
||
|
let g:spacevim_colorscheme = 'onedark'
|
||
|
```
|