Change vim colorscheme to gotham
This commit is contained in:
parent
72699a7e2f
commit
ed72f4a69d
1 changed files with 4 additions and 1 deletions
|
@ -97,6 +97,9 @@ Plugin 'pelodelfuego/vim-swoop'
|
|||
" Fish Shell support
|
||||
Plugin 'dag/vim-fish'
|
||||
|
||||
" Gotham colorscheme
|
||||
Plugin 'whatyouhide/vim-gotham'
|
||||
|
||||
" Transparent encryption + decryption
|
||||
Plugin 'jamessan/vim-gnupg'
|
||||
|
||||
|
@ -120,7 +123,7 @@ set shiftwidth=2
|
|||
set background=dark
|
||||
|
||||
syntax enable
|
||||
colorscheme onedark
|
||||
colorscheme gotham
|
||||
|
||||
if has('termguicolors')
|
||||
set termguicolors
|
||||
|
|
Loading…
Reference in a new issue