$hlist->ItemStyle( 'text' => -stylename => 'green', -foreground => 'green', ); $hlist->itemCreate( $nr, 0, -text => 'X', -style => 'green' );