diff options
author | Chris Kempson <git@chriskempson.com> | 2012-10-12 18:31:27 +0100 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2012-10-12 18:31:27 +0100 |
commit | 6f94a036cb27b900b2924606270726418711cded (patch) | |
tree | 26776f0862ddb66db48d4d8e59e11c2c743b4dad /colors/base16-mocha.vim | |
parent | e92fe72314f0379d928cb23628a038b1a4f7153c (diff) |
Updated with base16-builder
Diffstat (limited to 'colors/base16-mocha.vim')
-rw-r--r-- | colors/base16-mocha.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-mocha.vim b/colors/base16-mocha.vim index 738bf75..fec8c7c 100644 --- a/colors/base16-mocha.vim +++ b/colors/base16-mocha.vim @@ -96,7 +96,7 @@ call <SID>hi("WarningMsg", s:gui08, "", s:cterm08, "", "") call <SID>hi("WildMenu", s:gui08, "", s:cterm08, "", "") if &background == "dark" - call <SID>hi("Cursor", s:gui00, s:gui05, s:cterm00, s:gui05, "") + call <SID>hi("Cursor", s:gui00, s:gui05, s:cterm00, s:cterm05, "") call <SID>hi("NonText", s:gui03, "", s:cterm03, "", "") call <SID>hi("Normal", s:gui05, s:gui00, s:cterm05, s:cterm00, "") call <SID>hi("LineNr", s:gui03, s:gui01, s:cterm03, s:cterm01, "") |