Skip to content

Commit

Permalink
Merge pull request #93 from arcticicestudio/improvement/gh-85-help-li…
Browse files Browse the repository at this point in the history
…nk-highlighting

Highlighting for links in help
  • Loading branch information
arcticicestudio committed Dec 31, 2017
2 parents edcdd0e + 2fd95da commit e9974fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions colors/nord.vim
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 e9974fe

Please sign in to comment.