diff options
-rw-r--r-- | colors/plain.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/colors/plain.vim b/colors/plain.vim index f1e982f..928d095 100644 --- a/colors/plain.vim +++ b/colors/plain.vim | |||
@@ -186,6 +186,10 @@ else | |||
186 | call s:h("SpellLocal", {"cterm": "underline", "fg": s:dark_green}) | 186 | call s:h("SpellLocal", {"cterm": "underline", "fg": s:dark_green}) |
187 | endif | 187 | endif |
188 | 188 | ||
189 | """ Help | ||
190 | hi link helpHyperTextEntry Title | ||
191 | hi link helpHyperTextJump String | ||
192 | |||
189 | """ StatusLine | 193 | """ StatusLine |
190 | 194 | ||
191 | call s:h("StatusLine", {"gui": "underline", "bg": s:bg, "fg": s:status_line}) | 195 | call s:h("StatusLine", {"gui": "underline", "bg": s:bg, "fg": s:status_line}) |