diff options
author | Hans Roman <[email protected]> | 2016-06-15 02:27:56 +0100 |
---|---|---|
committer | Hans Roman <[email protected]> | 2016-06-15 06:36:36 +0100 |
commit | e3ce7ec6acdeb24614785fea06e996b82bbff4f9 (patch) | |
tree | d7d665ce29d265a774b27f2644f6cc6fe957651e | |
parent | b56106b92a57d1e676f8a593b505239f3ee77a45 (diff) |
Set foreground color for search results
-rw-r--r-- | colors/off.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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}) | |||
134 | call s:h("Directory", {"fg": s:dark_blue}) | 134 | call s:h("Directory", {"fg": s:dark_blue}) |
135 | call s:h("ErrorMsg", {"fg": s:pink}) | 135 | call s:h("ErrorMsg", {"fg": s:pink}) |
136 | call s:h("IncSearch", {"bg": s:yellow, "fg": s:light_black}) | 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 | call s:h("MoreMsg", {"fg": s:medium_gray, "cterm": "bold", "gui": "bold"}) | 138 | call s:h("MoreMsg", {"fg": s:medium_gray, "cterm": "bold", "gui": "bold"}) |
139 | hi! link ModeMsg MoreMsg | 139 | hi! link ModeMsg MoreMsg |
140 | call s:h("LineNr", {"fg": s:bg_subtle}) | 140 | call s:h("LineNr", {"fg": s:bg_subtle}) |