diff options
author | June McEnroe <programble@gmail.com> | 2013-04-23 17:52:57 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-04-23 17:52:57 -0400 |
commit | 817705efdf2224531e3ec848e09ca6e460098cef (patch) | |
tree | 98f4fa67d9c52366ef9b0e3c5b4ef3afb86a66db | |
parent | Replace nerdcommenter with vim-commentary (diff) | |
download | src-817705efdf2224531e3ec848e09ca6e460098cef.tar.gz src-817705efdf2224531e3ec848e09ca6e460098cef.zip |
Switch to base16-default colorscheme
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') |