diff --git a/src/app.o b/src/app.o index adea496..3984271 100644 Binary files a/src/app.o and b/src/app.o differ diff --git a/src/theme.h b/src/theme.h index 0f16c5d..f321b30 100644 --- a/src/theme.h +++ b/src/theme.h @@ -387,9 +387,9 @@ static const GuideTheme GUIDE_THEMES[GUIDE_THEME_COUNT] = { .panel_border = {0x8a,0x8f,0xa0,0xff}, .status_divider = {0x8a,0x8f,0xa0,0xff}, .status_text = {0x00,0x00,0x00,0xff}, - .status_top = {0xc5,0xc9,0xd6,0xff}, - .status_mid = {0xae,0xb2,0xc3,0xff}, - .status_bottom = {0x9a,0x9e,0xb0,0xff}, + .status_top = {0xb2,0x4d,0x7a,0xff}, + .status_mid = {0x9a,0x3f,0x67,0xff}, + .status_bottom = {0x82,0x34,0x56,0xff}, .ribbon_top = {0xb2,0x4d,0x7a,0xff}, .ribbon_mid = {0x9a,0x3f,0x67,0xff}, .ribbon_bottom = {0x82,0x34,0x56,0xff}, diff --git a/src/ui.o b/src/ui.o index cf4ceb0..10f7827 100644 Binary files a/src/ui.o and b/src/ui.o differ