aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-monokai.vim
diff options
context:
space:
mode:
authorChris Kempson <git@chriskempson.com>2012-10-15 19:04:59 +0100
committerChris Kempson <git@chriskempson.com>2012-10-15 19:04:59 +0100
commit14b892b9ff8765e0156329a171174eea61a812a0 (patch)
tree00fea484b09444a043eec22a94823c9008429888 /colors/base16-monokai.vim
parenta5231b6b49c7b555bb8baa7abc617bef8928414c (diff)
Updated with base16-builder
Diffstat (limited to 'colors/base16-monokai.vim')
-rw-r--r--colors/base16-monokai.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-monokai.vim b/colors/base16-monokai.vim
index 311f12f..5d6336c 100644
--- a/colors/base16-monokai.vim
+++ b/colors/base16-monokai.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:gui04, s:gui00, s:cterm04, s:cterm00, "reverse")
+call <SID>hi("MatchParen", s:gui03, s:gui00, s:cterm03, 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, "", "")