1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:20:06 +08:00

Merge pull request #54 from SpaceVim/colorschemes

Add a list of coloerschemes
This commit is contained in:
Wang Shidong 2017-01-06 21:23:31 +08:00 committed by GitHub
commit b7c3881446

View File

@ -18,6 +18,26 @@ let s:plugins.colorscheme = [
\ ['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'],
\ ]
let s:plugins.checkers = []