From 02de482df92bef23dddadd6a13e9ff37fad7a8a1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 20 May 2016 13:29:14 +0100 Subject: [PATCH] Add Error and Question highlights to fresh.vim --- colors/fresh.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 9e71424..cffea5e 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -118,7 +118,7 @@ if has("gui_running") || &t_Co == 256 call s:hi("PmenuSel", "", "", "reverse") call s:hi("PmenuSbar", "", "", "") call s:hi("PmenuThumb", "", "", "") - call s:hi("Question", "", "", "") + call s:hi("Question", "69", "", "") call s:hi("Search", "11", "", "") call s:hi("SpecialKey", "", "", "") call s:hi("SpellBad", "160", "", "") @@ -181,7 +181,7 @@ if has("gui_running") || &t_Co == 256 call s:hi("Underlined", "33", "", "underline") call s:hi("Ignore", "", "", "") - call s:hi("Error", "", "", "") + call s:hi("Error", "1", "", "") call s:hi("Todo", "202", "", "bold") "" }}}