diff options
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 4 |
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') |