Variable Theme.unknownStyleIds

to track unknown styles refernced from code

class Theme
{
  // ...
  int[string] unknownStyleIds;
  // ...
}