diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-02-02 11:57:30 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-02-12 17:36:11 (GMT) |
| commit | a9b77ae0d4bb450c42a17d1610225b7ee83edfe5 (patch) | |
| tree | 7096f3a251006ac11648357ba5f9f42cf61bc025 /src/displayapp/lv_pinetime_theme.h | |
| parent | 1ac1d5aa5a7023e63c03327a5233dd885d4e9c00 (diff) | |
Alarm: Change checkable button for a switch
Diffstat (limited to 'src/displayapp/lv_pinetime_theme.h')
| -rw-r--r-- | src/displayapp/lv_pinetime_theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/lv_pinetime_theme.h b/src/displayapp/lv_pinetime_theme.h index f914516..714c424 100644 --- a/src/displayapp/lv_pinetime_theme.h +++ b/src/displayapp/lv_pinetime_theme.h @@ -23,7 +23,7 @@ extern "C" { #define LV_PINETIME_LIGHT lv_color_hex(0xf3f8fe) #define LV_PINETIME_GRAY lv_color_hex(0x8a8a8a) #define LV_PINETIME_LIGHT_GRAY lv_color_hex(0xc4c4c4) -#define LV_PINETIME_BLUE lv_color_hex(0x2f3243) // 006fb6 +#define LV_PINETIME_BLUE lv_color_hex(0x2f3540) #define LV_PINETIME_GREEN lv_color_hex(0x4cb242) #define LV_PINETIME_RED lv_color_hex(0xd51732) |
