in reply to Tk TableMatrix highlighted cell color

I found the 'sel' solution:

$t->tagConfigure('sel', -bg => 'yellow', -foreground =>'white', -relie +f => 'flat');