[FlowUI] Cannot change Theme - Invalid properties names

Hi Everyone!
I am trying to change the default theme of a FlowUI app (v1.5.2), but I see that the properties jmix.ui.theme.name and jmix.ui.theme-config does not exist in the application.properties file.
imagen
What are the correct names of these properties?

TIA.

German Turriziani

Hi,

There are no such properties for Flow UI. Every Flow UI project already contains an extended theme, where you can define values for predefined CSS Variables in order to change theme parameters, e.g. colors and sized. Take a look at Vaadin’s Lumo Editor which helps and has some predefined presets as an example.

Regards,
Gleb

Thank you Gleb !