Why is the second color in the palet not showing up? I foolowed the example in the manual (section 6 page 6). Strange: adding a third color in the palet (see comment) now shows the first two! Off by one error in a loop?
Hans van der Meer
\setuppapersize[A5][A5]
\switchtobodyfont[20pt]
\definepalet[dvb][
colorone=blue,
colortwo=green %,colorthree=red
]
\setuppalet[dvb]
\showpalet[dvb][]
\starttext
\color[colorone]{hello} \quad
\color[colortwo]{hello} \quad
\stoptext