aboutsummaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2010-12-18 22:29:27 -0800
committerKoushik Dutta <koushd@gmail.com>2010-12-18 22:29:27 -0800
commit5d80817f2b6e9648e579700bbc73826601dfc539 (patch)
treeefc21cd0ca901e961c175a9da6bb16c63ad17e22 /ui.c
parent4995114d386182efd8f680aa8486a371da9f6b27 (diff)
downloadbootable_recovery-5d80817f2b6e9648e579700bbc73826601dfc539.zip
bootable_recovery-5d80817f2b6e9648e579700bbc73826601dfc539.tar.gz
bootable_recovery-5d80817f2b6e9648e579700bbc73826601dfc539.tar.bz2
There was apparently a lack of carebear.
Change-Id: Ie65bce617b99985ab937602e1e30a97340b0dd5b
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index d973a50..133f4da 100644
--- a/ui.c
+++ b/ui.c
@@ -62,6 +62,7 @@ static int ui_has_initialized = 0;
static const struct { gr_surface* surface; const char *name; } BITMAPS[] = {
{ &gBackgroundIcon[BACKGROUND_ICON_INSTALLING], "icon_installing" },
{ &gBackgroundIcon[BACKGROUND_ICON_ERROR], "icon_error" },
+ { &gBackgroundIcon[BACKGROUND_ICON_CLOCKWORK], "icon_clockwork" },
{ &gProgressBarIndeterminate[0], "indeterminate1" },
{ &gProgressBarIndeterminate[1], "indeterminate2" },
{ &gProgressBarIndeterminate[2], "indeterminate3" },
@@ -164,7 +165,7 @@ static void draw_text_line(int row, const char* t) {
}
}
-#define MENU_TEXT_COLOR 7, 133, 74, 255
+#define MENU_TEXT_COLOR 255, 160, 49, 255
#define NORMAL_TEXT_COLOR 200, 200, 200, 255
#define HEADER_TEXT_COLOR NORMAL_TEXT_COLOR