Minor adjustment to the selector bar color for the dark menu color scheme

This commit is contained in:
Leon Styhre 2023-07-09 13:06:20 +02:00
parent b914133e43
commit ef0afa79b3

View file

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