Make vim search highlighting better

This commit is contained in:
Kenneth Benzie 2015-01-09 10:53:50 +00:00
parent 47d5017a95
commit 5494f18294

View File

@ -78,7 +78,7 @@ if has("gui_running") || &t_Co == 256
call <SID>HiGroup("Folded", s:dark_green_blue, s:dark_grey, "none")
call <SID>HiGroup("FoldColumn", s:dark_green_blue, s:dark_grey, "none")
call <SID>HiGroup("SignColumn", s:empty, s:dark_grey, "none")
"call <SID>HiGroup("IncSearch", s:empty, s:empty, "none")
"call <SID>HiGroup("IncSearch", s:none, s:none, "reverse")
call <SID>HiGroup("LineNr", s:white, s:dark_grey, "none")
call <SID>HiGroup("CursorLineNr", s:light_orange, s:dark_grey, "none")
call <SID>HiGroup("MatchParen", s:none, s:blue, "none")
@ -91,7 +91,7 @@ if has("gui_running") || &t_Co == 256
"call <SID>HiGroup("PmenuSbar", s:empty, s:empty, "none")
"call <SID>HiGroup("PmenuThumb", s:empty, s:empty, "none")
"call <SID>HiGroup("Question", s:empty, s:empty, "none")
call <SID>HiGroup("Search", s:none, s:dark_blue, "none")
call <SID>HiGroup("Search", s:none, s:none, "reverse")
"call <SID>HiGroup("SpecialKey", s:emptnoney, s:empty, "none")
call <SID>HiGroup("SpellBad", s:bright_red, s:empty, "bold")
call <SID>HiGroup("SpellCap", s:blue, s:empty, "bold")