Help for this page
$menu->selection_bgcolor("GREEN"); $menu->selection_fgcolor("YELLOW");
my $menu = Term::ANSIMenu->new( width => 40, ... selection_bgcolor => "BLACK", selection_fgcolor => "RED", );