From dad294008c47a0d94a63a10ad7a0479696789d1a Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Sun, 19 Nov 2017 09:47:27 +0100 Subject: [PATCH] feat: dark background color --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index a20d7f7..12e707c 100644 --- a/init.vim +++ b/init.vim @@ -5,7 +5,7 @@ endif " Syntax coloration and color theme syntax enable -set background=light +set background=dark colorscheme solarized " Filetype detection