diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-12-31 10:07:06 +0100 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2017-12-31 10:07:06 +0100 |
commit | 2fd95da6b6fbd1dd973ba5fc92d6b2115dca69f3 (patch) | |
tree | 7a08ee20f512dacf40cb1c6c571d2cabf6b688b4 /colors | |
parent | eac77b840471d72994f72e22fbf15ff46dace56a (diff) | |
download | nord-vim-2fd95da6b6fbd1dd973ba5fc92d6b2115dca69f3.tar.gz |
Add highlighting for help links
The color of links in help was the same as normal text making it
impossible to to distinguish between both.
GH-85
Diffstat (limited to 'colors')
-rwxr-xr-x | colors/nord.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index 4c06aa6..31503d1 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -326,6 +326,9 @@ call s:hi("gitconfigVariable", s:nord7_gui, "", s:nord7_term, "", "", "") call s:hi("goBuiltins", s:nord7_gui, "", s:nord7_term, "", "", "") hi! link goConstants Keyword +call s:hi("helpBar", s:nord3_gui, "", s:nord3_term, "", "", "") +call s:hi("helpHyperTextJump", s:nord8_gui, "", s:nord8_term, "", "underline", "") + call s:hi("htmlArg", s:nord7_gui, "", s:nord7_term, "", "", "") call s:hi("htmlLink", s:nord4_gui, "", "", "", "NONE", "NONE") hi! link htmlBold Bold |