JakovTomasic / RitehMaps

Indoor navigation project for the Faculty of Engineering, Rijeka
Apache License 2.0
3 stars 1 forks source link

Dark/light theme #35

Open JakovTomasic opened 1 year ago

JakovTomasic commented 1 year ago

Some people can't read in the dark and some can't see after staring at the sun 😄. Support a dark and white theme and easy switching between them.

JakovTomasic commented 1 year ago

For implementation, use the Settings abstraction and Theme wrapper class. The reasoning behind them is explained here.