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