From 17d602787904d598826206ed3d5c4d57b8f40e72 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 3 Feb 2012 19:39:06 +0100 Subject: [PATCH] light is back at the terminal --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index f5917d9..eef8c8b 100644 --- a/vimrc +++ b/vimrc @@ -45,7 +45,7 @@ if has('gui_running') "GUI specific settings else "non-GUI set showtabline=1 "automatic tab bar set mouse=a "mouse support - set background=dark + set background=light endif "color theme