On 2012-02-07 Kip Warner
On Tue, 2012-02-07 at 08:36 +0100, Marco wrote:
\setuplist [chapter] [color=yellow, pagecolor=green] \setuplist [section] [color=blue, numbercolor=red]
Thanks Marco. Where can I find a list of the parameters relevant to chapter, section, and subsection for \setuplist?
Since they are all implemented using the lists mechanism, all parameters of the lists apply. See the manual (http://pmrb.free.fr/contextref.pdf), chapter 12.1 or the wiki. But you're right, neither pagecolor nor numbercolor are mentioned. However, pagestyle and numberstyle are listed. The …style and …color commands always (somebody correct me if there are exceptions) come in pairs. That means you can be almost certain that if a color command works, also a style command will work and vice versa. Marco