diff options
Diffstat (limited to 'colors')
-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}) |