about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-09-15T16·06-0400
committerWilliam Carroll <wpcarro@gmail.com>2017-09-15T16·06-0400
commited72f4a69d4839ea8ad5a59fcd60638cb16a92c3 (patch)
tree170b1f9b6f28879d39d4ecdb05b578ae95046d3c /configs
parent72699a7e2f46b6a587326cb233c169939f3b77df (diff)
Change vim colorscheme to gotham
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/.vimrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/shared/.vimrc b/configs/shared/.vimrc
index dceec89390b3..de4ccc198540 100644
--- a/configs/shared/.vimrc
+++ b/configs/shared/.vimrc
@@ -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