By default the link color of references created with \in or \at is red.
How can this color be globally changed, so that all links have the same color (e.g. blue)?
\setupinteraction
[state=start,
color=blue,
style=, % make font non-bold
]
\starttext
\placefigure[here][fig:foo]{A figure}{
\externalfigure[testfigure]
}
Red color: \in{Figure}[fig:foo] \at{page}[fig:foo]. % How to make this blue, too?
Blue color: \goto{Link}[url(http://tex.stackexchange.com/)]
\stoptext
