Hi,
for our customers we want to allow to change the colors of the valo theme.
My first idea is to override the VaadinServlet and deliver the war without style.css.
In case of initial a call to the application i will generate the CSS on the fly with some custom colors from database.
Is this a good solution or have someone a better one?
Yes i could generate it in deployment but the application will be deployed to many different customers. So i can’t decide the wishes of the client at compile time.
Best Regards
Sebastian