aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Popp <[email protected]>2018-05-06 15:59:00 +0100
committerGitHub <[email protected]>2018-05-06 15:59:00 +0100
commitfe89e437301b053fb104ef9d4fa62c27bd24e63e (patch)
tree518fb26fda69ae9173377a0c0e0e90a2a1a7150f
parent08e49e9f782dbe14528824a880b6176774e5a3d3 (diff)
parent48c1689d47a9ac7fb0d993ea8604543ac01d9ca2 (diff)
Merge pull request #1 from ahmedelgabri/improve-help
Improve help jump links 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})