digitalfabrik / accessibility-launcher

Carikom is a free open-source Android homescreen app designed to improve accessibility for people with cognitive disabilities.
Apache License 2.0
8 stars 0 forks source link

Support dark theme #3

Closed 8bitPit closed 4 weeks ago

8bitPit commented 1 year ago

The app only comes in a light theme, but a dark theme (that enables based on the system's settings) would be easy to implement and soothing for the eyes.

To add a dark theme, we need to define color constants in \ui\theme\Color.kt and create a new theme in \ui\theme\Theme.kt.