From e3ce7ec6acdeb24614785fea06e996b82bbff4f9 Mon Sep 17 00:00:00 2001 From: Hans Roman Date: Tue, 14 Jun 2016 20:27:56 -0500 Subject: Set foreground color for search results --- colors/off.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/off.vim b/colors/off.vim index 11a7af1..c418b83 100644 --- a/colors/off.vim +++ b/colors/off.vim @@ -134,7 +134,7 @@ call s:h("NonText", {"fg": s:medium_gray}) call s:h("Directory", {"fg": s:dark_blue}) call s:h("ErrorMsg", {"fg": s:pink}) call s:h("IncSearch", {"bg": s:yellow, "fg": s:light_black}) -call s:h("Search", {"bg": s:bg_subtle}) +call s:h("Search", {"bg": s:bg_subtle, "fg": s:norm}) call s:h("MoreMsg", {"fg": s:medium_gray, "cterm": "bold", "gui": "bold"}) hi! link ModeMsg MoreMsg call s:h("LineNr", {"fg": s:bg_subtle}) -- cgit v1.2.3