diff options
author | Chris Kempson <git@chriskempson.com> | 2012-10-13 11:03:21 +0100 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2012-10-13 11:03:21 +0100 |
commit | 47d3426abbdf76bf33a23548b3e5f2ec41cef447 (patch) | |
tree | 3b6d265891d23baba23a569caea97b79bdff1a1b /colors/base16-ocean.vim | |
parent | 6f94a036cb27b900b2924606270726418711cded (diff) |
Updated with base16-builder
Diffstat (limited to 'colors/base16-ocean.vim')
-rw-r--r-- | colors/base16-ocean.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-ocean.vim b/colors/base16-ocean.vim index 57dcc47..b8258df 100644 --- a/colors/base16-ocean.vim +++ b/colors/base16-ocean.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, "", "") |