aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-default.vim
diff options
context:
space:
mode:
authorChris Kempson <git@chriskempson.com>2012-10-13 11:03:21 +0100
committerChris Kempson <git@chriskempson.com>2012-10-13 11:03:21 +0100
commit47d3426abbdf76bf33a23548b3e5f2ec41cef447 (patch)
tree3b6d265891d23baba23a569caea97b79bdff1a1b /colors/base16-default.vim
parent6f94a036cb27b900b2924606270726418711cded (diff)
Updated with base16-builder
Diffstat (limited to 'colors/base16-default.vim')
-rw-r--r--colors/base16-default.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-default.vim b/colors/base16-default.vim
index c511188..6bee157 100644
--- a/colors/base16-default.vim
+++ b/colors/base16-default.vim
@@ -81,7 +81,7 @@ call <SID>hi("Folded", s:gui03, s:gui01, s:cterm03, s:cterm01, "")
call <SID>hi("IncSearch", s:gui0A, "", s:cterm0A, "", "")
call <SID>hi("Italic", "", "", "", "", "none")
call <SID>hi("Macro", s:gui08, "", s:cterm08, "", "")
-call <SID>hi("MatchParen", s:gui0A, s:gui01, s:cterm0A, s:cterm01, "reverse")
+call <SID>hi("MatchParen", s:gui04, s:gui00, s:cterm04, s:cterm00, "reverse")
call <SID>hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "")
call <SID>hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "")
call <SID>hi("Question", s:gui0A, "", s:cterm0A, "", "")