$menu->selection_bgcolor("GREEN"); $menu->selection_fgcolor("YELLOW"); #### my $menu = Term::ANSIMenu->new( width => 40, : : : prompt => 'prompt: ', item_fgcolor => "YELLOW", item_style => ["BOLD"], selection_bgcolor => "BLACK", selection_fgcolor => "RED", );