diff --git a/colors/fresh.vim b/colors/fresh.vim index b93d94f..45fca57 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -105,7 +105,7 @@ if has("gui_running") || &t_Co == 256 call s:hi("VertSplit", "235", "235", "") call s:hi("Folded", "8", "233", "") call s:hi("FoldColumn", "", "", "") - call s:hi("SignColumn", "", "", "") + call s:hi("SignColumn", "", "233", "") call s:hi("IncSearch", "", "", "reverse") call s:hi("LineNr", "240", "233", "") call s:hi("CursorLineNr", "34", "233", "") @@ -191,8 +191,8 @@ if has("gui_running") || &t_Co == 256 call s:hi("Important", "220", "", "bold") call s:hi("Research", "202", "", "bold") - call s:hi("SyntasticErrorSign", "160", "", "bold") - call s:hi("SyntasticWarningSign", "129", "", "bold") + call s:hi("SyntasticErrorSign", "160", "233", "bold") + call s:hi("SyntasticWarningSign", "129", "233", "bold") call s:hi("SyntasticErrorLine", "", "", "") call s:hi("SyntasticWarningLine", "", "", "") call s:hi("SyntasticError", "160", "", "")