mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Small adjustment to the selector color for the dark menu color scheme
This commit is contained in:
parent
7077a5c3ae
commit
0f1a36ecd0
|
@ -75,7 +75,7 @@ void ViewController::setMenuColors()
|
|||
mMenuColorGreen = 0x449944FF;
|
||||
mMenuColorBlue = 0x4757ddff;
|
||||
|
||||
mMenuColorSelector = 0x070707FF;
|
||||
mMenuColorSelector = 0x050505FF;
|
||||
mMenuColorSeparators = 0x303030FF;
|
||||
mMenuColorBusyComponent = 0x888888FF;
|
||||
mMenuColorScrollIndicators = 0x909090FF;
|
||||
|
|
Loading…
Reference in a new issue