aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Roman <[email protected]>2016-06-15 02:27:56 +0100
committerHans Roman <[email protected]>2016-06-15 06:36:36 +0100
commite3ce7ec6acdeb24614785fea06e996b82bbff4f9 (patch)
treed7d665ce29d265a774b27f2644f6cc6fe957651e
parentb56106b92a57d1e676f8a593b505239f3ee77a45 (diff)
Set foreground color for search results
-rw-r--r--colors/off.vim2
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})
134call s:h("Directory", {"fg": s:dark_blue}) 134call s:h("Directory", {"fg": s:dark_blue})
135call s:h("ErrorMsg", {"fg": s:pink}) 135call s:h("ErrorMsg", {"fg": s:pink})
136call s:h("IncSearch", {"bg": s:yellow, "fg": s:light_black}) 136call s:h("IncSearch", {"bg": s:yellow, "fg": s:light_black})
137call s:h("Search", {"bg": s:bg_subtle}) 137call s:h("Search", {"bg": s:bg_subtle, "fg": s:norm})
138call s:h("MoreMsg", {"fg": s:medium_gray, "cterm": "bold", "gui": "bold"}) 138call s:h("MoreMsg", {"fg": s:medium_gray, "cterm": "bold", "gui": "bold"})
139hi! link ModeMsg MoreMsg 139hi! link ModeMsg MoreMsg
140call s:h("LineNr", {"fg": s:bg_subtle}) 140call s:h("LineNr", {"fg": s:bg_subtle})