diff options
author | Chris Kempson <git@chriskempson.com> | 2014-07-22 11:44:28 +0100 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2014-07-22 11:44:28 +0100 |
commit | 1ce4b842b43a1e744008cbef349341a6645662ee (patch) | |
tree | 96805a9e305f93eb8b6a2a15839fa43f07d6c4bf /colors/base16-embers.vim | |
parent | 9518b8507c41bfeb891449d025917d3535ed7ba0 (diff) |
Updated with base16-builder
Diffstat (limited to 'colors/base16-embers.vim')
-rw-r--r-- | colors/base16-embers.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-embers.vim b/colors/base16-embers.vim index bb21380..539555d 100644 --- a/colors/base16-embers.vim +++ b/colors/base16-embers.vim @@ -138,7 +138,7 @@ call <sid>hi("Macro", s:gui08, "", s:cterm08, "", "") call <sid>hi("MatchParen", s:gui00, s:gui03, s:cterm00, s:cterm03, "") call <sid>hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "") call <sid>hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "") -call <sid>hi("Question", s:gui0A, "", s:cterm0A, "", "") +call <sid>hi("Question", s:gui09, "", s:cterm09, "", "") call <sid>hi("Search", s:gui03, s:gui0A, s:cterm03, s:cterm0A, "") call <sid>hi("SpecialKey", s:gui03, "", s:cterm03, "", "") call <sid>hi("TooLong", s:gui08, "", s:cterm08, "", "") |