Modify text color in recovery

Issue: FP4-INT#13
Issue: FP4-1245
Change-Id: I8b473c6e940f1ac7d6b3052d56b489211235dd32
(cherry picked from commit 3a03f2e774f4f00a495ac9feedb34631de6eedfc)
diff --git a/recovery_ui/screen_ui.cpp b/recovery_ui/screen_ui.cpp
index 087fc0e..8d6c826 100644
--- a/recovery_ui/screen_ui.cpp
+++ b/recovery_ui/screen_ui.cpp
@@ -492,14 +492,14 @@
 void ScreenRecoveryUI::SetColor(UIElement e) const {
   switch (e) {
     case UIElement::INFO:
-      gr_color(249, 194, 0, 255);
+      gr_color(249, 230, 0, 255);
       break;
     case UIElement::HEADER:
       gr_color(247, 0, 6, 255);
       break;
     case UIElement::MENU:
     case UIElement::MENU_SEL_BG:
-      gr_color(0, 106, 157, 255);
+      gr_color(0, 156, 207, 255);
       break;
     case UIElement::MENU_SEL_BG_ACTIVE:
       gr_color(0, 156, 100, 255);