TAU Themes

So the Tau library comes with themes blue, brown, and changeable (which seems to be the default). Can someone explain the changeable theme? Is it changeable by the end user or the developer? How does one change it?

Hi,
If you see the index.html of TAU sample project (Tizen Studio sample apps), you will notice below line,
<link rel="stylesheet" href="lib/tau/wearable/theme/default/tau.min.css">

So, it will load ‘default’ for circular wearable devices. The ‘brown’ one is not supported on circular devices (it will crop your UI).

You can change any of these but it is not recommended to change on lib. You should use CSS override on style.css file.

Hope you got the main point.

Thank you

1 Like