mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 09:28:45 +00:00
Set Vim Gutter (SignColumn) color in tomorrow theme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user