From c614b3e8e8d2e160538e5784cc084253e0673e2e Mon Sep 17 00:00:00 2001 From: Chris Poliquin Date: Mon, 19 Dec 2016 13:41:13 -0500 Subject: Fix Search and IncSearch highlighting (#113) --- templates/default.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default.mustache b/templates/default.mustache index 0c6246f..d6630c4 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -95,14 +95,14 @@ call hi("ErrorMsg", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "") call hi("Exception", s:gui08, "", s:cterm08, "", "", "") call hi("FoldColumn", s:gui0C, s:gui01, s:cterm0C, s:cterm01, "", "") call hi("Folded", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") -call hi("IncSearch", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "none", "") +call hi("IncSearch", s:gui01, s:gui09, s:cterm01, s:cterm09, "none", "") call hi("Italic", "", "", "", "", "none", "") call hi("Macro", s:gui08, "", s:cterm08, "", "", "") call hi("MatchParen", s:gui00, s:gui03, s:cterm00, s:cterm03, "", "") call hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "", "") call hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "", "") call hi("Question", s:gui0D, "", s:cterm0D, "", "", "") -call hi("Search", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "", "") +call hi("Search", s:gui03, s:gui0A, s:cterm03, s:cterm0A, "", "") call hi("SpecialKey", s:gui03, "", s:cterm03, "", "", "") call hi("TooLong", s:gui08, "", s:cterm08, "", "", "") call hi("Underlined", s:gui08, "", s:cterm08, "", "", "") -- cgit v1.2.3