mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
More UI tweaks (better title font for popups for example)
This commit is contained in:
@@ -429,6 +429,7 @@ void NativeInitGraphics() {
|
||||
ui_theme.itemFocusedStyle.background = UI::Drawable(0xCC909080);
|
||||
ui_theme.itemDownStyle.background = UI::Drawable(0xFFFFc080);
|
||||
ui_theme.itemDownStyle.fgColor = 0xFF000000;
|
||||
ui_theme.popupTitle.fgColor = 0xFFE5B533;
|
||||
|
||||
ui_draw2d.Init();
|
||||
ui_draw2d_front.Init();
|
||||
|
||||
Reference in New Issue
Block a user