Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
change link color
Browse files Browse the repository at this point in the history
it is now more similar to html's default link color (#0000ee), but with
less contrast so it looks better on a wider range of backgrounds.
  • Loading branch information
fmoralesc committed Jan 3, 2015
1 parent d690d00 commit 889c870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/tutor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ syn match tutorNormalMark /\(f\@<!m\)\@<=[a-zA-Z0-9]/ contained containedin=tuto

syn match tutorKey /<'\@!.\{-}>'\@!/

hi! tutorLink cterm=underline gui=underline ctermfg=lightblue guifg=#0088ff
hi! tutorLink cterm=underline gui=underline ctermfg=lightblue guifg=#3030EE
hi! link tutorLinkBands Operator
hi! link tutorLinkAnchor Identifier
hi! link tutorInternalAnchor Identifier
Expand Down

0 comments on commit 889c870

Please sign in to comment.