aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-forest-light.vim
diff options
context:
space:
mode:
authorVincent Tavernier <vince.tavernier@gmail.com>2018-03-31 21:39:48 +0200
committerVincent Tavernier <vince.tavernier@gmail.com>2018-03-31 21:39:48 +0200
commit1a6e69111bf38ead6a65598689ec11f8cf507f4f (patch)
treef0cdc33ad36b3b43ef721bfb4d5bce1d9bc77f2b /colors/base16-atelier-forest-light.vim
parent7959654e57c05511134e55bda20e9a6bcb8fcfb0 (diff)
Fix #150
Diffstat (limited to 'colors/base16-atelier-forest-light.vim')
-rw-r--r--colors/base16-atelier-forest-light.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-atelier-forest-light.vim b/colors/base16-atelier-forest-light.vim
index ba203d8..2584bdf 100644
--- a/colors/base16-atelier-forest-light.vim
+++ b/colors/base16-atelier-forest-light.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, "", "", "")