You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purpose: As a user, I would like to have a variety of colors to choose from to color code my timers.
More details:
The current color picker uses the material defaults which is a limited selection. Additionally, some of the colors are too light against the default font color as pictured in the screenshot below.
Use the Custom Colors feature of the material color picker to set a list of colors that contrast well against the default font color. Aim for no more than 40, at least 25.
Suggested colors:
Colors.red,
Colors.red[900]
Colors.redAccent[700]
Colors.deepOrange,
Colors.deepOrange[900]
Colors.orange,
Colors.orange[900]
Colors.amber,
Colors.yellowAccent[700]
Colors.lime[900]
Colors.limeAccent[700]
Colors.green[900]
Colors.greenAccent[700]
Colors.teal,
Colors.tealAccent[700]
Colors.cyan,
Colors.cyanAccent[700]
Colors.lightBlue,
Colors.blue,
Colors.blue[900]
Colors.indigo,
Colors.indigoAccent[700]
Colors.deepPurple,
Colors.deepPurpleAccent,
Colors.purple,
Colors.purple[700]
Colors.purpleAccent[700]
Colors.pink,
Colors.pink[900]
Colors.brown,
Colors.grey,
Colors.blueGrey,
Colors.black
Acceptance Criteria:
There are at least 25 colors to choose from and no more than 40.
All selectable colors contrast well against the default font color.
The text was updated successfully, but these errors were encountered:
It would also be nice to be able to add pictures as backgrounds (I imagine that typical wallpaper pictures could work well and would give the different intervals more individual character)
Purpose: As a user, I would like to have a variety of colors to choose from to color code my timers.
More details:
The current color picker uses the material defaults which is a limited selection. Additionally, some of the colors are too light against the default font color as pictured in the screenshot below.
Use the Custom Colors feature of the material color picker to set a list of colors that contrast well against the default font color. Aim for no more than 40, at least 25.
Suggested colors:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: