I'm using LuaRT 1.9.0.
When switching the theme dynamically from an app menu (setting the ui.theme property), the main window bar color remains light even if started form dark.
Also: switching theme in this way is flickering a lot. The best way I found to reduce flickering is to hide() the main window and show() it again after theme change. Is there any better way? ui.update() does not seem to help