From 28c5a1047bcb23731a38da8c596c887457504ea3 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Sun, 13 Oct 2013 18:37:04 +0200 Subject: vimrc: don't set colorscheme --- conf/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/vimrc b/conf/vimrc index 8558ea8..89653fc 100644 --- a/conf/vimrc +++ b/conf/vimrc @@ -77,9 +77,9 @@ endif " color " -if &t_Co >= 256 || has("gui_running") - colorscheme mustang -endif +"if &t_Co >= 256 || has("gui_running") +" colorscheme mustang +"endif if &t_Co > 2 || has("gui_running") " switch syntax highlighting on, when the terminal has colors -- cgit v1.2.3-59-g8ed1b