Removed whole line highlight for Errors and Warnings

master
Francis Courchesne 7 years ago committed by GitHub
parent 2309308985
commit cd00da3c44

@ -202,10 +202,8 @@ call s:h("htmlH6", {"bg": s:bg, "fg": s:norm})
" Synatastic
call s:h("SyntasticWarningSign", {"fg": s:yellow})
call s:h("SyntasticWarningLine", {"fg": s:yellow})
call s:h("SyntasticWarning", {"bg": s:yellow, "fg": s:black, "gui": "bold", "cterm": "bold"})
call s:h("SyntasticErrorSign", {"fg": s:red})
call s:h("SyntasticErrorLine", {"fg": s:red})
call s:h("SyntasticError", {"bg": s:red, "fg": s:white, "gui": "bold", "cterm": "bold"})
" Signify, git-gutter

Loading…
Cancel
Save