It was made to be themeable, but there is only one theme implemented.
In fact, this is the first tool that is based completely on the pattern I described previously:
The theming is done in GTSpotterWidgetThemer. To contextualize it for the DarkTheme one would need to:
- Subclass��GTSpotterWidgetThemer
- Override UITheme>>spotterWidgetThemer
^ GTSpotterWidgetThemer new
Like this, UITheme becomes a composite of concrete independent themer objects and can be more manageable.
Doru