Is it possible to prevent a specific window or user object from having a theme applied to it?
e.g. w_main would have no theme at all.
I created a new theme-[xxxx].json file. I added blank entries for my objects:
"w_main":
{
}
The window is still themed.
It looks like PB will look in the theme-[xxxx] files first, then apply generic settings from theme.json.
Is it also possible to target an ancestor object?