diff options
author | Chris Kempson <git@chriskempson.com> | 2014-03-22 22:32:22 +0000 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2014-03-22 22:32:22 +0000 |
commit | 0a956b556c4af44edfeacf5d7e23bc119ffbec7d (patch) | |
tree | 2db3af8a23a8511b2a8f6b07d188fa41dae2759c /colors/base16-eighties.vim | |
parent | c9a6034af8a14f52afb443fa26b7da67a85e3fbc (diff) |
Updated with base16-builder
Diffstat (limited to 'colors/base16-eighties.vim')
-rw-r--r-- | colors/base16-eighties.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-eighties.vim b/colors/base16-eighties.vim index 174b660..f5d0b42 100644 --- a/colors/base16-eighties.vim +++ b/colors/base16-eighties.vim @@ -132,7 +132,7 @@ call <sid>hi("ErrorMsg", s:gui08, s:gui00, s:cterm08, s:cterm00, "") call <sid>hi("Exception", s:gui08, "", s:cterm08, "", "") call <sid>hi("FoldColumn", "", s:gui01, "", s:cterm01, "") call <sid>hi("Folded", s:gui03, s:gui01, s:cterm03, s:cterm01, "") -call <sid>hi("IncSearch", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "none") +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, "") |