diff --git a/colors/paramount.vim b/colors/paramount.vim index 0991df4..7eabea9 100644 --- a/colors/paramount.vim +++ b/colors/paramount.vim @@ -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