summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-05-20 02:06:54 -0400
committerJesse Luehrs <doy@tozt.net>2018-05-20 02:08:06 -0400
commit6105354d5d2038a835613eb22c2c14eb187669e8 (patch)
treee09dfc1f50ddd8158a40acc193417562cc4c19ba /vimrc
parent495624c0783a6eadd94ff9d841234d6a7e21d0c0 (diff)
downloadconf-6105354d5d2038a835613eb22c2c14eb187669e8.tar.gz
conf-6105354d5d2038a835613eb22c2c14eb187669e8.zip
restore my vim colorscheme
no idea where this was dropped, or why it changed all of a sudden
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index f2bc3ca..29bc72c 100644
--- a/vimrc
+++ b/vimrc
@@ -1,6 +1,7 @@
" options {{{
set shiftwidth=4
set expandtab
+set background=light
" }}}
" hooks {{{
augroup vimrc