aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmed El Gabri <[email protected]>2018-05-06 14:08:21 +0100
committerAhmed El Gabri <[email protected]>2018-05-06 14:08:21 +0100
commit48c1689d47a9ac7fb0d993ea8604543ac01d9ca2 (patch)
tree518fb26fda69ae9173377a0c0e0e90a2a1a7150f
parent08e49e9f782dbe14528824a880b6176774e5a3d3 (diff)
Improve Help colors
-rw-r--r--colors/plain.vim4
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})
187endif 187endif
188 188
189""" Help
190hi link helpHyperTextEntry Title
191hi link helpHyperTextJump String
192
189""" StatusLine 193""" StatusLine
190 194
191call s:h("StatusLine", {"gui": "underline", "bg": s:bg, "fg": s:status_line}) 195call s:h("StatusLine", {"gui": "underline", "bg": s:bg, "fg": s:status_line})