Change vim colorscheme to gotham

This commit is contained in:
William Carroll 2017-09-15 12:06:04 -04:00
parent 72699a7e2f
commit ed72f4a69d

View file

@ -97,6 +97,9 @@ Plugin 'pelodelfuego/vim-swoop'
" Fish Shell support " Fish Shell support
Plugin 'dag/vim-fish' Plugin 'dag/vim-fish'
" Gotham colorscheme
Plugin 'whatyouhide/vim-gotham'
" Transparent encryption + decryption " Transparent encryption + decryption
Plugin 'jamessan/vim-gnupg' Plugin 'jamessan/vim-gnupg'
@ -120,7 +123,7 @@ set shiftwidth=2
set background=dark set background=dark
syntax enable syntax enable
colorscheme onedark colorscheme gotham
if has('termguicolors') if has('termguicolors')
set termguicolors set termguicolors