summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 8673a644..653459f0 100644
--- a/.vimrc
+++ b/.vimrc
@@ -42,7 +42,9 @@ set noshowmode
 set statusline=%<%f\ %h%m%r%{fugitive#statusline()}%=%-14.(%l,%c%V%)\ %P
 
 syntax on
-colorscheme Tomorrow-Night
+set background=dark
+"let base16colorspace=256
+colorscheme base16-default
 
 " Enable mouse in terminals
 if has('mouse')