Small adjustment to the selector color for the dark menu color scheme

This commit is contained in:
Leon Styhre 2023-05-07 23:40:05 +02:00
parent 7077a5c3ae
commit 0f1a36ecd0

View file

@ -75,7 +75,7 @@ void ViewController::setMenuColors()
mMenuColorGreen = 0x449944FF;
mMenuColorBlue = 0x4757ddff;
mMenuColorSelector = 0x070707FF;
mMenuColorSelector = 0x050505FF;
mMenuColorSeparators = 0x303030FF;
mMenuColorBusyComponent = 0x888888FF;
mMenuColorScrollIndicators = 0x909090FF;