Remove third part color scheme plugins from vimrc

This commit is contained in:
Michael Campagnaro 2021-12-15 17:04:40 -05:00
parent 8ee227f087
commit bd60af8d31

19
vimrc
View File

@ -193,31 +193,12 @@ endif
"////////////////////////////////////////////////////////////////
Plug 'luochen1990/rainbow', { 'commit': '1c45e0f' } " Rainbow parens. Locked to an older commit that still works fine on my PC.
"Plug 'flazz/vim-colorschemes' " @warning: Has a lot of themes, but they break the other themes listed below
Plug 'vim-airline/vim-airline-themes'
if IsWindows()
Plug 'godlygeek/csapprox' " Try to make gvim themes look decent on Windows.
endif
" Light Themes
Plug 'raggi/vim-color-raggi' " @note No Windows support, unless using gvim.
Plug 'LanFly/vim-colors' " @note No Windows support, unless using gvim.
" Dark Themes
Plug 'rhysd/vim-color-spring-night' " @note No Windows support, unless using gvim.
Plug 'nanotech/jellybeans.vim'
Plug 'zcodes/vim-colors-basic'
" Hybrid Themes
Plug 'sickill/vim-monokai'
Plug 'chmllr/elrodeo-vim-colorscheme' " A little dark on Windows.
Plug 'reedes/vim-colors-pencil' " High-contrast.
" Seabird themes
" High contrast: seagull (light), petrel (dark)
" Low contrast: greygull (light), stormpetrel (dark)
Plug 'nightsense/seabird' " @note No Windows support, unless using gvim.
"//////////////////////////////
" SYNTAX HIGHLIGHTING
"//////////////////////////////