a duotonic color scheme

Set foreground color for search results

Changed files
+1 -1
colors
+1 -1
colors/off.vim
··· 134 134 call s:h("Directory", {"fg": s:dark_blue}) 135 135 call s:h("ErrorMsg", {"fg": s:pink}) 136 136 call s:h("IncSearch", {"bg": s:yellow, "fg": s:light_black}) 137 - call s:h("Search", {"bg": s:bg_subtle}) 137 + call s:h("Search", {"bg": s:bg_subtle, "fg": s:norm}) 138 138 call s:h("MoreMsg", {"fg": s:medium_gray, "cterm": "bold", "gui": "bold"}) 139 139 hi! link ModeMsg MoreMsg 140 140 call s:h("LineNr", {"fg": s:bg_subtle})