diff options
Diffstat (limited to 'screen_ui.cpp')
-rw-r--r-- | screen_ui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp index 9ddf482..656ddce 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp @@ -211,10 +211,10 @@ void ScreenRecoveryUI::SetColor(UIElement e) { gr_color(106, 103, 102, 255); break; case MENU_SEL_BG_ACTIVE: - gr_color(138, 135, 134, 255); + gr_color(0, 0, 255, 255); break; case MENU_SEL_FG: - gr_color(0, 177, 229, 255); + gr_color(0, 0, 255, 255); break; case LOG: gr_color(196, 196, 196, 255); |