From 64048ff8568b8cb0886b5921aa54365a521eff9f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 31 Jul 2014 08:42:26 -0300 Subject: [PATCH] new font and new color for gvim --- configs/gvimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/gvimrc b/configs/gvimrc index 52a599d..b97ae27 100644 --- a/configs/gvimrc +++ b/configs/gvimrc @@ -8,7 +8,8 @@ if has('mac') set gfn=monofur:h15 " My screen size sucks, mkay? set lines=63 " number of lines, based on my screen size and font else - set gfn=monofur\ for\ Powerline\ 14 + set gfn=monofur\ for\ Powerline\ 12 set lines=54 let g:Powerline_symbols = 'fancy' + color hybrid endif