diff --git a/config/plugins.vim b/config/plugins.vim index 276cf946d..eae3311d3 100644 --- a/config/plugins.vim +++ b/config/plugins.vim @@ -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 = []