fix weird zenburn colors in the terminal

This commit is contained in:
Loic Nageleisen 2012-08-01 17:00:38 +02:00
parent 3f9a931172
commit 798179bc1d

1
vimrc
View file

@ -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