diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-01-02 10:34:50 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-02-01 09:52:04 +0200 |
| commit | 822f857d9e3bdc38985286652bec0d9cce89297d (patch) | |
| tree | 0771115c87f6189d5bea634273013034302a5b96 /src/displayapp/InfiniTimeTheme.h | |
| parent | 81bc16fd92901aa6f1f16af2f66bf5296e5dd185 (diff) | |
stopwatch: Update UI
The time used to be yellow while paused. Changing it to white made the
paused state less distinct. Blinking the time while paused makes the
state distinct again.
Diffstat (limited to 'src/displayapp/InfiniTimeTheme.h')
| -rw-r--r-- | src/displayapp/InfiniTimeTheme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/InfiniTimeTheme.h b/src/displayapp/InfiniTimeTheme.h index 52c339dd..99313cf0 100644 --- a/src/displayapp/InfiniTimeTheme.h +++ b/src/displayapp/InfiniTimeTheme.h @@ -5,6 +5,7 @@ namespace Colors { static constexpr lv_color_t orange = LV_COLOR_MAKE(0xff, 0xb0, 0x0); static constexpr lv_color_t green = LV_COLOR_MAKE(0x0, 0xb0, 0x0); + static constexpr lv_color_t blue = LV_COLOR_MAKE(0x0, 0x50, 0xff); static constexpr lv_color_t lightGray = LV_COLOR_MAKE(0xb0, 0xb0, 0xb0); static constexpr lv_color_t bg = LV_COLOR_MAKE(0x5d, 0x69, 0x7e); |
