Monochrome theme fixes and translation updates

This commit is contained in:
MCelliotG
2024-09-02 21:28:16 +03:00
committed by GitHub
parent ba2ae1aa99
commit cb447367ab
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -110,7 +110,7 @@ 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 = White;
SecondaryColorSmooth = Black;
FrameColor = GreenGrey;
GreyoutColor = PaleGrey;
@@ -127,7 +127,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
StereoColorSmooth = Black;
RDSColor = White;
RDSColorSmooth = Black;
RDSDropoutColor = PureGrey;
RDSDropoutColor = PaleGrey;
RDSDropoutColorSmooth = Black;
BarSignificantColor = Red;
BarInsignificantColor = Green;