From c59bbf2a62f69e91f5121bc5bddf5ca4a0e976b8 Mon Sep 17 00:00:00 2001 From: lionel Date: Mon, 11 May 2015 18:17:22 +0800 Subject: [PATCH] 20150511 to solve issur #104 modify vimrc , add "let g:solarized_termcolors=256" --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 20803f082..89fa2cb50 100644 --- a/vimrc +++ b/vimrc @@ -561,6 +561,8 @@ if has("gui_running") endif " theme主题 + +let g:solarized_termcolors=256 set background=dark set t_Co=256 colorscheme solarized