background top-level constant

Color const background

The background colour of the main widget of the app.

Implementation

// const _background = Color(0xFFE6B276);
// const background = Color(0xFFF5E0C8);
// const background = Color(0xFFF0D1AD);

// 20260220 gjw The background to be used for active components of the app, like
// the timer's central area and the box containing the buttons.

const background = Color(0xFFF5E0C8);