Community
Participate
Working Groups
In order to contribute to the default theme (i.e. calling ApplicationConfiguration#addStyleSheet()), it would be necessary to have the id of the default theme 'somehow' publicly available. Currently, the only way seems to be to either refer to the internal ThemeManager#DEFAULT_THEME_ID or copy the id literal.
Yes, I thought about that too. I'd like to publish this constant as part of a theming-related class, which we currently don't have. We could make a subset of the existing ThemeUtil public...
Moved DEFAULT_THEME_ID constant in RWT class.