Small theme fixes

This commit is contained in:
MCelliotG
2024-01-02 12:43:47 +02:00
parent 8ceaffcecf
commit 257e945122
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -138,14 +138,14 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
break;
case 4: // Volcano theme
PrimaryColor = Orange;
PrimaryColorSmooth = GreenGrey;
PrimaryColorSmooth = OrangeSmooth;
SecondaryColor = Tangerine;
SecondaryColorSmooth = TangerineSmooth;
FrameColor = GreenGrey;
GreyoutColor = Maroon;
BackgroundColor = Prussian;
FreqColor = Orange;
FreqColorSmooth = GreenGrey;
FreqColorSmooth = OrangeSmooth;
ActiveColor = White;
ActiveColorSmooth = WhiteSmooth;
SignificantColor = Red;
@@ -155,7 +155,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
StereoColor = Orange;
StereoColorSmooth = CyanSmooth;
RDSColor = Orange;
RDSColorSmooth = White;
RDSColorSmooth = OrangeSmooth;
RDSDropoutColor = Dallas;
RDSDropoutColorSmooth = DallasSmooth;
BarSignificantColor = Red;