Set Vim Gutter (SignColumn) color in tomorrow theme

This commit is contained in:
2014-06-05 16:30:03 +03:00
parent ea687ce145
commit ea2050e634
+3 -1
View File
@@ -331,7 +331,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("htmlTagName", s:red, "", "")
call <SID>X("htmlArg", s:red, "", "")
call <SID>X("htmlScriptTag", s:red, "", "")
d6d6d6
" Diff Highlighting
call <SID>X("diffAdded", s:green, "", "")
call <SID>X("diffRemoved", s:red, "", "")
@@ -347,3 +347,5 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
delf <SID>grey_level
delf <SID>grey_number
endif
:highlight SignColumn guibg=#efefef