From 08b4cfbb50a5ad7b6d2aebea4ef605165d88832b Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Sat, 31 Dec 2022 10:05:38 +0200 Subject: Add low battery indicator to StatusIcons, digital and analog watchfaces Define deepOrange color in InfiniTimeTheme --- src/displayapp/InfiniTimeTheme.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/displayapp/InfiniTimeTheme.h') diff --git a/src/displayapp/InfiniTimeTheme.h b/src/displayapp/InfiniTimeTheme.h index 99313cf0..0690b099 100644 --- a/src/displayapp/InfiniTimeTheme.h +++ b/src/displayapp/InfiniTimeTheme.h @@ -3,6 +3,7 @@ #include namespace Colors { + static constexpr lv_color_t deepOrange = LV_COLOR_MAKE(0xff, 0x40, 0x0); 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); -- cgit v1.2.3-70-g09d2