diff options
author | Andrey Popp <[email protected]> | 2018-05-06 15:59:00 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-05-06 15:59:00 +0100 |
commit | fe89e437301b053fb104ef9d4fa62c27bd24e63e (patch) | |
tree | 518fb26fda69ae9173377a0c0e0e90a2a1a7150f /colors | |
parent | 08e49e9f782dbe14528824a880b6176774e5a3d3 (diff) | |
parent | 48c1689d47a9ac7fb0d993ea8604543ac01d9ca2 (diff) |
Merge pull request #1 from ahmedelgabri/improve-help
Improve help jump links colors
Diffstat (limited to 'colors')
-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}) |