about summary refs log tree commit diff
diff options
context:
space:
mode:
-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