Made the title text slightly darker for the dark menu color scheme

This commit is contained in:
Leon Styhre 2023-07-04 17:37:35 +02:00
parent bcd77efaa1
commit feca1760c1

View file

@ -68,7 +68,7 @@ void ViewController::setMenuColors()
mMenuColorFrameBusyComponent = 0x090909FF; mMenuColorFrameBusyComponent = 0x090909FF;
mMenuColorPanelDimmed = 0x00000024; mMenuColorPanelDimmed = 0x00000024;
mMenuColorTitle = 0x969696FF; mMenuColorTitle = 0x949494FF;
mMenuColorPrimary = 0x808080FF; mMenuColorPrimary = 0x808080FF;
mMenuColorSecondary = 0x939393FF; mMenuColorSecondary = 0x939393FF;
mMenuColorTertiary = 0x909090FF; mMenuColorTertiary = 0x909090FF;