Some color tweaks to suit IPS screens

This commit is contained in:
Leon
2024-08-22 16:21:15 +08:00
parent b9e8ab468f
commit ad361e57c0

View File

@@ -111,7 +111,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
case 3: // Monochrome theme
PrimaryColor = White;
PrimaryColorSmooth = Black;
SecondaryColor = PureGrey;
// SecondaryColor = PureGrey;
SecondaryColor = White;
SecondaryColorSmooth = Black;
FrameColor = GreenGrey;
GreyoutColor = PaleGrey;