From 31367fdf0c0126c49f563b457227c84e9382ba12 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Wed, 21 Feb 2018 09:21:19 +0100 Subject: [PATCH] feat: change background color to light --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index e7ddd12..e668cab 100644 --- a/init.vim +++ b/init.vim @@ -1,6 +1,6 @@ " Syntax coloration and color theme syntax enable -set background=dark +set background=light colorscheme solarized " Filetype detection