mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
less obnoxious color
This commit is contained in:
parent
4dba847ea4
commit
bb66c442e5
@ -451,7 +451,7 @@ void NativeInitGraphics() {
|
||||
ui_theme.itemDownStyle.fgColor = 0xFFFFFFFF;
|
||||
ui_theme.itemDisabledStyle.background = UI::Drawable(0x55E0D4AF);
|
||||
ui_theme.itemDisabledStyle.fgColor = 0xFFcccccc;
|
||||
ui_theme.itemHighlightedStyle.background = UI::Drawable(0xFFbdBB39);
|
||||
ui_theme.itemHighlightedStyle.background = UI::Drawable(0x55bdBB39);
|
||||
ui_theme.itemHighlightedStyle.fgColor = 0xFFFFFFFF;
|
||||
|
||||
ui_theme.buttonStyle = ui_theme.itemStyle;
|
||||
|
Loading…
Reference in New Issue
Block a user