From 2c06b8566c83a1526d3dbecab192934690573dec Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 21 Oct 2016 11:54:49 +0200 Subject: [PATCH] [vim]Do not force mycolor in 256 --- .vim/colors/mycolor.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/colors/mycolor.vim b/.vim/colors/mycolor.vim index 9e6366b..52def78 100644 --- a/.vim/colors/mycolor.vim +++ b/.vim/colors/mycolor.vim @@ -2,7 +2,7 @@ " DISPLAY " """"""""""" " color palette -set t_Co=256 +"set t_Co=256 " syntax highlighting when the terminal has colors if &t_Co > 2 || has("gui_running") syntax on