From 7445d70949f31c4d6a6605c61522cef773674ebf Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 15 Nov 2016 20:14:49 +0000 Subject: [PATCH] Make sign column color match number column --- colors/fresh.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", "", "")