in reply to How to get foreground color from a TK::Listbox
$listbox->get('active'); $listbox->itemconfigure('active', -background => 'yellow'); [download]