1
0
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:
wsdjeg 2017-01-23 21:59:35 +08:00
parent 2248104835
commit e6888dc8ca
2 changed files with 14 additions and 2 deletions

View File

@ -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
" <

View File

@ -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
<