More UI tweaks

This commit is contained in:
Henrik Rydgard 2013-08-20 18:18:30 +02:00
parent 42c1203b86
commit 8790082a56
2 changed files with 7 additions and 2 deletions

View file

@ -435,7 +435,7 @@ void NativeInitGraphics() {
ui_theme.itemStyle.fgColor = 0xFFFFFFFF;
ui_theme.itemFocusedStyle.background = UI::Drawable(0xFFedc24c);
ui_theme.itemDownStyle.background = UI::Drawable(0xFFbd9939);
ui_theme.itemDownStyle.fgColor = 0xFF000000;
ui_theme.itemDownStyle.fgColor = 0xFFFFFFFF;
ui_theme.itemDisabledStyle.background = UI::Drawable(0x55E0D4AF);
ui_theme.itemDisabledStyle.fgColor = 0xFFcccccc;