summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-04-23 17:52:57 -0400
committerJune McEnroe <june@causal.agency>2013-04-23 17:52:57 -0400
commit3efda1b35c9c0d1d3a7727c3d6a2c63dd0acc02c (patch)
tree98f4fa67d9c52366ef9b0e3c5b4ef3afb86a66db /.vimrc
parentReplace nerdcommenter with vim-commentary (diff)
downloadsrc-3efda1b35c9c0d1d3a7727c3d6a2c63dd0acc02c.tar.gz
src-3efda1b35c9c0d1d3a7727c3d6a2c63dd0acc02c.zip
Switch to base16-default colorscheme
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')