diff --git a/menu/drivers/rgui.c b/menu/drivers/rgui.c index 78ae897936..5cfb99f51f 100644 --- a/menu/drivers/rgui.c +++ b/menu/drivers/rgui.c @@ -496,6 +496,7 @@ static const rgui_theme_t rgui_theme_anti_zenburn = { 0xE0B090B0 /* particle_color */ }; +#if 0 static const rgui_theme_t rgui_theme_flux = { 0xFF6FCB9F, /* hover_color */ 0xFF666547, /* normal_color */ @@ -507,6 +508,7 @@ static const rgui_theme_t rgui_theme_flux = { 0xE0FFE28A, /* shadow_color */ 0xE0FB2E01 /* particle_color */ }; +#endif typedef struct {