mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:50:05 +08:00
Add a list of coloerschemes
thanks for https://github.com/rafi/awesome-vim-colorschemes Fix #50
This commit is contained in:
parent
7a1958308c
commit
fb5f7bb4a3
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user