themeProperty
Initially bound to GlokSettings.defaultThemeProperty, whose default value is Tantalum.theme.
If you wish to change the theme to something else for all scenes, then change GlokSettings.defaultTheme.
If you wish to change the theme for one scene only, then :
myScene.themeProperty.unbind()
myScene.theme = mySpecialTheme
Content copied to clipboard