How to use Valo sub themes

Hi all,
Im new to Vaadin. How to use Valo subtheme such as FLAT , METRO… ?

I have added @Theme(“valo”) in my file.
What to edit in SASS to get the FLAT or METRO Theme ?

I dont wanna customixe it. I just neeed to use it.

Hi,

have a look at
https://vaadin.com/wiki/-/wiki/Main/Valo+Examples

There you can see the variables you need to set for the variants demonstrated at
http://demo.vaadin.com/valo-theme

So basically you need to create a new custom theme where you define those variables. Those variants in the demo are not bundled in the core as themes you can directly use (perhaps they should?).