From ea2050e63405422a4f18e9a1cb65067876538ae0 Mon Sep 17 00:00:00 2001 From: GeorgeSG Date: Thu, 5 Jun 2014 16:30:03 +0300 Subject: [PATCH] Set Vim Gutter (SignColumn) color in tomorrow theme --- .vim/colors/Tomorrow.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vim/colors/Tomorrow.vim b/.vim/colors/Tomorrow.vim index c37f2a8..cc1df8e 100644 --- a/.vim/colors/Tomorrow.vim +++ b/.vim/colors/Tomorrow.vim @@ -331,7 +331,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("htmlTagName", s:red, "", "") call X("htmlArg", s:red, "", "") call X("htmlScriptTag", s:red, "", "") - +d6d6d6 " Diff Highlighting call X("diffAdded", s:green, "", "") call X("diffRemoved", s:red, "", "") @@ -347,3 +347,5 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 delf grey_level delf grey_number endif + +:highlight SignColumn guibg=#efefef