From 20ab562c5c38f50aa2dc733d663ceaeddee00bc2 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 5 Nov 2018 09:45:06 -0800 Subject: Dark themes --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index d36fcf3..f483cad 100644 --- a/vimrc +++ b/vimrc @@ -55,5 +55,5 @@ map :tab split:exec("tag ".expand("")) map :vsp :exec("tag ".expand("")) """ Colors -set background=light -colorscheme sol +set background=dark +colorscheme spacegray -- cgit v1.2.3