mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-13 15:39:09 +08:00
Update colorscheme layer doc
This commit is contained in:
parent
2248104835
commit
e6888dc8ca
@ -1,8 +1,14 @@
|
||||
""
|
||||
" @section Colorscheme, colorscheme
|
||||
" gruvbox : this is SpaceVim default colorscheme. SpaceVim also support there
|
||||
" SpaceVim default colorscheme is gruvbox, you can change it by set spacevim
|
||||
" option. add this to your `~/.SpaceVim.d/init.vim`
|
||||
" >
|
||||
" let g:spacevim_colorscheme = 'solarized'
|
||||
" <
|
||||
"
|
||||
" colorschemes:
|
||||
" >
|
||||
" gruvbox
|
||||
" hybrid-material
|
||||
" solarized
|
||||
" <
|
||||
|
@ -226,9 +226,15 @@ LAYERS *SpaceVim-layers*
|
||||
==============================================================================
|
||||
COLORSCHEME *SpaceVim-colorscheme*
|
||||
|
||||
gruvbox : this is SpaceVim default colorscheme. SpaceVim also support there
|
||||
SpaceVim default colorscheme is gruvbox, you can change it by set spacevim
|
||||
option. add this to your `~/.SpaceVim.d/init.vim`
|
||||
>
|
||||
let g:spacevim_colorscheme = 'solarized'
|
||||
<
|
||||
|
||||
colorschemes:
|
||||
>
|
||||
gruvbox
|
||||
hybrid-material
|
||||
solarized
|
||||
<
|
||||
|
Loading…
x
Reference in New Issue
Block a user