From e90b29b8e432a2d218764cb3f63d28b148cc2be9 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 5 Sep 2013 16:55:05 -0400 Subject: Only set colorscheme for gvim --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index b0983a87..82cec4e3 100644 --- a/.vimrc +++ b/.vimrc @@ -43,8 +43,9 @@ set statusline=%<%f\ %h%m%r%{fugitive#statusline()}%=%-14.(%l,%c%V%)\ %P syntax on set background=dark -"let base16colorspace=256 -colorscheme base16-default +if has('gui_running') + colorscheme base16-default +endif " Enable mouse in terminals if has('mouse') -- cgit 1.4.1