(SHIFT) Branding: adjust colors
SHIFT Petrol - #006677
Change-Id: I76fe30daa13cf5900dca7df667edd835c0e7e13f
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/recovery_ui/screen_ui.cpp b/recovery_ui/screen_ui.cpp
index 7c52da7..864ad62 100644
--- a/recovery_ui/screen_ui.cpp
+++ b/recovery_ui/screen_ui.cpp
@@ -568,13 +568,13 @@
if (fastbootd_logo_enabled_)
gr_color(0xfd, 0xd8, 0x35, 255);
else
- gr_color(0xf8, 0x90, 0xff, 255);
+ gr_color(0, 0x66, 0x77, 255);
break;
case UIElement::HEADER:
if (fastbootd_logo_enabled_)
gr_color(0xfd, 0xd8,0x35, 255);
else
- gr_color(0xf8, 0x90, 0xff, 255);
+ gr_color(0, 0x66, 0x77, 255);
break;
case UIElement::MENU:
gr_color(0xd8, 0xd8, 0xd8, 255);
@@ -584,7 +584,7 @@
if (fastbootd_logo_enabled_)
gr_color(0xe6, 0x51, 0x00, 255);
else
- gr_color(0x7c, 0x4d, 0xff, 255);
+ gr_color(0, 0x66, 0x77, 255);
break;
case UIElement::MENU_SEL_BG_ACTIVE:
gr_color(0, 156, 100, 255);