mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 23:15:38 +00:00
Made the title text slightly darker for the dark menu color scheme
This commit is contained in:
parent
bcd77efaa1
commit
feca1760c1
|
@ -68,7 +68,7 @@ void ViewController::setMenuColors()
|
|||
mMenuColorFrameBusyComponent = 0x090909FF;
|
||||
mMenuColorPanelDimmed = 0x00000024;
|
||||
|
||||
mMenuColorTitle = 0x969696FF;
|
||||
mMenuColorTitle = 0x949494FF;
|
||||
mMenuColorPrimary = 0x808080FF;
|
||||
mMenuColorSecondary = 0x939393FF;
|
||||
mMenuColorTertiary = 0x909090FF;
|
||||
|
|
Loading…
Reference in a new issue