aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/vimrc6
1 files 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