From 45deb2c2182ff6309f4dbffb08d61aff070455e9 Mon Sep 17 00:00:00 2001 From: jdgleaver <38211560+jdgleaver@users.noreply.github.com> Date: Fri, 25 Oct 2019 17:58:45 +0100 Subject: [PATCH] (GLUI) Improve tab icon colours for 'Dark Blue' theme (#9636) --- menu/drivers/materialui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu/drivers/materialui.c b/menu/drivers/materialui.c index 58efcfbe85..ec88592534 100644 --- a/menu/drivers/materialui.c +++ b/menu/drivers/materialui.c @@ -211,8 +211,8 @@ static const materialui_theme_t materialui_theme_dark_blue = { 0x4b636e, /* list_switch_off */ 0x607d8b, /* list_switch_off_background */ /* Navigation bar icon colours */ - 0x90caf9, /* nav_bar_icon_active */ - 0x8eacbb, /* nav_bar_icon_passive */ + 0x6ec6ff, /* nav_bar_icon_active */ + 0xA5B4BB, /* nav_bar_icon_passive */ 0x000000, /* nav_bar_icon_disabled */ /* Misc. colours */ 0x000000, /* header_shadow */