From 798179bc1d7bace42e81027843965bdd162dd548 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 1 Aug 2012 17:00:38 +0200 Subject: [PATCH] fix weird zenburn colors in the terminal --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index f413625..63783e7 100644 --- a/vimrc +++ b/vimrc @@ -53,6 +53,7 @@ if has('gui_running') "GUI specific settings else "non-GUI set showtabline=1 "automatic tab bar set mouse=a "mouse support + let g:zenburn_force_dark_Background = 1 colorscheme zenburn endif