mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
Flux
New RGUI Theme
This commit is contained in:
parent
bfdc8e6a62
commit
82b31c12c1
@ -3749,6 +3749,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_ANTI_ZENBURN,
|
||||
"Anti-Zenburn"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_FLUX,
|
||||
"Flux"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_TRUE,
|
||||
"True"
|
||||
|
@ -496,6 +496,18 @@ static const rgui_theme_t rgui_theme_anti_zenburn = {
|
||||
0xE0B090B0 /* particle_color */
|
||||
};
|
||||
|
||||
static const rgui_theme_t rgui_theme_flux = {
|
||||
0xFF6FCB9F, /* hover_color */
|
||||
0xFF666547, /* normal_color */
|
||||
0xFFFB2E01, /* title_color */
|
||||
0xE0FFFEB3, /* bg_dark_color */
|
||||
0xE0FFFEB3, /* bg_light_color */
|
||||
0xE0FFE28A, /* border_dark_color */
|
||||
0xE0FFE28A, /* border_light_color */
|
||||
0xE0FFE28A, /* shadow_color */
|
||||
0xE0FB2E01 /* particle_color */
|
||||
};
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint16_t hover_color;
|
||||
|
@ -139,6 +139,7 @@ enum rgui_color_theme
|
||||
RGUI_THEME_TANGO_LIGHT,
|
||||
RGUI_THEME_ZENBURN,
|
||||
RGUI_THEME_ANTI_ZENBURN,
|
||||
RGUI_THEME_FLUX,
|
||||
RGUI_THEME_LAST
|
||||
};
|
||||
|
||||
|
@ -553,6 +553,7 @@ enum msg_hash_enums
|
||||
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_TANGO_LIGHT,
|
||||
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_ZENBURN,
|
||||
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_ANTI_ZENBURN,
|
||||
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_FLUX,
|
||||
|
||||
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_BASIC_WHITE,
|
||||
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_BASIC_BLACK,
|
||||
|
Loading…
x
Reference in New Issue
Block a user