summaryrefslogtreecommitdiff
path: root/src/displayapp/lv_pinetime_theme.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-02-02 13:57:30 +0200
committerJF <JF002@users.noreply.github.com>2022-02-12 18:36:11 +0100
commita9b77ae0d4bb450c42a17d1610225b7ee83edfe5 (patch)
tree7096f3a251006ac11648357ba5f9f42cf61bc025 /src/displayapp/lv_pinetime_theme.h
parent1ac1d5aa5a7023e63c03327a5233dd885d4e9c00 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/lv_pinetime_theme.h b/src/displayapp/lv_pinetime_theme.h
index f914516d..714c4242 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)