widget.newTableView theme colors

How do you use the widget.newTableView theme colors which are built into the theme?

These theme vars don’t seem to do anything:

rowColorDefault = { 0, 1, 1, 1 },

rowColorOver = { 0.11, 0.56, 1, 1 },

I’m not sure what these theme vars do:

whiteColor = { 1, 1, 1, 1 },

pickerRowColor = { 0.60 },

I figured it out…see below.

rowTitle:setFillColor( unpack(widget.theme.tableView.colours.rowColorDefault) )

I figured it out…see below.

rowTitle:setFillColor( unpack(widget.theme.tableView.colours.rowColorDefault) )