Razeeman / Android-SimpleTimeTracker

Simple app that tracks time.
GNU General Public License v3.0
535 stars 68 forks source link

Dark mode colors are too dark #107

Open tomzx opened 1 year ago

tomzx commented 1 year ago

Hello!

In the statistics section, the bar graphs are hard to read, especially at low luminosity. I discovered that this is because the color I used for the activity is the color used for the bars. I don't know whether or would be better to use a single color instead of the activity color, limit the dark/light colors available, remap dark/light colors to be more visible depending on the color theme or maybe have a notice somewhere to let users know the color of the graphs is dependent on the activity color.

Thanks!

Screenshot_2023-06-04-11-15-45-210_com razeeman util simpletimetracker

Razeeman commented 1 year ago

Hello! Yes, adding black color to the pallette was not a good choice. I don't think it can be changed or removed at the moment because some people may be using it and liking it the way it is. Not sure what to do with it.

DeDandeMan commented 5 months ago

Though could you also change the background color of the graphs to be lighter, so as to allow the black bars to be easily seen?