The themes part of the freshui framework is still in development.
We have added theme's.Currently there are only 3 themes. These are:Dark ThemeLight ThemeAqua ThemeUsage of theme is as simple as:<element theme="dark"> </element>
Here is the code for the other themes:
<!-- Code for Aqua Theme -->
<element theme="aqua"> </element>
<!-- Code for light theme -->
<element theme="light"> </element>
So the code was as simple as that.