aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChris Kempson <chriskempson@users.noreply.github.com>2017-01-18 17:10:08 +0000
committerGitHub <noreply@github.com>2017-01-18 17:10:08 +0000
commit09c3fbb0edf5b40bf13177b487640106f832652d (patch)
tree2a7e6234008e6be75235583b80d6fc774dee6547 /templates
parentde0afc260840304719856b257c007d8d0df32655 (diff)
parentf87eb19f62999047d7bc25867ec1e6eb027df499 (diff)
Merge pull request #132 from Naissur/master
Fix brace colors (#131)
Diffstat (limited to 'templates')
-rw-r--r--templates/default.mustache2
1 files changed, 1 insertions, 1 deletions
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 <sid>hi("Folded", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "")
call <sid>hi("IncSearch", s:gui01, s:gui09, s:cterm01, s:cterm09, "none", "")
call <sid>hi("Italic", "", "", "", "", "none", "")
call <sid>hi("Macro", s:gui08, "", s:cterm08, "", "", "")
-call <sid>hi("MatchParen", s:gui00, s:gui03, s:cterm00, s:cterm03, "", "")
+call <sid>hi("MatchParen", s:gui00, s:gui03, "", s:cterm03, "", "")
call <sid>hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "", "")
call <sid>hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "", "")
call <sid>hi("Question", s:gui0D, "", s:cterm0D, "", "", "")