diff options
author | Chris Kempson <chriskempson@users.noreply.github.com> | 2018-05-24 14:53:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-24 14:53:11 +0100 |
commit | 577250027ea3e2259142816b5b7aa03e1d26d1e6 (patch) | |
tree | f908b72993f2c8796a02f716f67ae657c4a41495 /colors/base16-gruvbox-dark-hard.vim | |
parent | 90622484e5e16a5de3b37889b0bf9479f4eb7880 (diff) | |
parent | 1a6e69111bf38ead6a65598689ec11f8cf507f4f (diff) |
Merge pull request #177 from vtavernier/fix/issue-150
Fix #150
Diffstat (limited to 'colors/base16-gruvbox-dark-hard.vim')
-rw-r--r-- | colors/base16-gruvbox-dark-hard.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-gruvbox-dark-hard.vim b/colors/base16-gruvbox-dark-hard.vim index bc8434a..7c5be7a 100644 --- a/colors/base16-gruvbox-dark-hard.vim +++ b/colors/base16-gruvbox-dark-hard.vim @@ -172,8 +172,8 @@ call <sid>hi("MatchParen", "", s:gui03, "", s:cterm03, "", "") call <sid>hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "", "") call <sid>hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "", "") call <sid>hi("Question", s:gui0D, "", s:cterm0D, "", "", "") -call <sid>hi("Search", s:gui03, s:gui0A, s:cterm03, s:cterm0A, "", "") -call <sid>hi("Substitute", s:gui03, s:gui0A, s:cterm03, s:cterm0A, "none", "") +call <sid>hi("Search", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "", "") +call <sid>hi("Substitute", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "none", "") call <sid>hi("SpecialKey", s:gui03, "", s:cterm03, "", "", "") call <sid>hi("TooLong", s:gui08, "", s:cterm08, "", "", "") call <sid>hi("Underlined", s:gui08, "", s:cterm08, "", "", "") |