mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 11:00:06 +08:00
33 lines
1.3 KiB
VimL
33 lines
1.3 KiB
VimL
function! SpaceVim#layers#colorscheme#plugins() abort
|
|
return [
|
|
\ ['morhetz/gruvbox', {'loadconf' : 1}],
|
|
\ ['kristijanhusak/vim-hybrid-material'],
|
|
\ ['altercation/vim-colors-solarized'],
|
|
\ ['nanotech/jellybeans.vim'],
|
|
\ ['mhartington/oceanic-next'],
|
|
\ ['mhinz/vim-janah'],
|
|
\ ['tomasr/molokai'],
|
|
\ ['kabbamine/yowish.vim'],
|
|
\ ['vim-scripts/wombat256.vim'],
|
|
\ ['vim-scripts/twilight256.vim'],
|
|
\ ['junegunn/seoul256.vim'],
|
|
\ ['vim-scripts/rdark-terminal2.vim'],
|
|
\ ['vim-scripts/pyte'],
|
|
\ ['joshdick/onedark.vim'],
|
|
\ ['fmoralesc/molokayo'],
|
|
\ ['jonathanfilip/vim-lucius'],
|
|
\ ['wimstefan/Lightning'],
|
|
\ ['w0ng/vim-hybrid'],
|
|
\ ['scheakur/vim-scheakur'],
|
|
\ ['keith/parsec.vim'],
|
|
\ ['NLKNguyen/papercolor-theme'],
|
|
\ ['romainl/flattened'],
|
|
\ ['MaxSt/FlatColor'],
|
|
\ ['chase/focuspoint-vim'],
|
|
\ ['chriskempson/base16-vim'],
|
|
\ ['gregsexton/Atom'],
|
|
\ ['gilgigilgil/anderson.vim'],
|
|
\ ['romainl/Apprentice'],
|
|
\ ]
|
|
endfunction
|