Skip to content

Commit

Permalink
Add highlighting for help links
Browse files Browse the repository at this point in the history
The color of links in help was the same as normal text making it
impossible to to distinguish between both.

nordthemeGH-85
  • Loading branch information
arcticicestudio committed Dec 31, 2017
1 parent eac77b8 commit 2fd95da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fd95da

Please sign in to comment.