Pablo Rodriguez
29. November 2016 um 20:02

Wolfgang,

many thanks for your ultra-fast reply and for your help.

As always, it works perfectly fine.

Sorry, but what does the key "inbetween" setup? (I thought it was
referred to items.)
\setupitemgroup
  [itemize]
  [   before={\blackrule[width=\textwidth,color=red]},
       after={\blackrule[width=\textwidth,color=green]},
   inbetween={\blackrule[width=\textwidth,color=blue]}]

\starttext

\startitemize
    \startitem First item \stopitem
    \startitem Second item \stopitem
    \startitem Third item \stopitem
\stopitemize

\stoptext

Wolfgang