From da6176bf85297ea04443db8e625cf213946df904 Mon Sep 17 00:00:00 2001 From: Vlad Aituganov Date: Thu, 12 Jan 2017 04:31:43 +0300 Subject: Fixes brace colors (#131) --- templates/default.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/default.mustache b/templates/default.mustache index b0aa510..fa3cdce 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -98,7 +98,7 @@ call hi("Folded", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") 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("MatchParen", s:gui00, s:gui03, "", s:cterm03, "", "") call hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "", "") call hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "", "") call hi("Question", s:gui0D, "", s:cterm0D, "", "", "") -- cgit v1.2.3