Merge pull request #479 from MCelliotG/main

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-01-02 11:53:12 +01:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -143,7 +143,7 @@
#define GreenSmooth 0x00C0 /* 0, 6, 0 */ #define GreenSmooth 0x00C0 /* 0, 6, 0 */
#define IndigoSmooth 0x3080 /* 4, 0, 7 */ #define IndigoSmooth 0x3080 /* 4, 0, 7 */
#define OceanSmooth 0x0006 /* 0, 0, 6 */ #define OceanSmooth 0x0006 /* 0, 0, 6 */
#define MaroonSmooth 0x3002 /* 6, 0, 2 */ #define MaroonSmooth 0x2001 /* 4, 0, 1 */
#define OrangeSmooth 0x3165 /* 6, 11, 5 */ #define OrangeSmooth 0x3165 /* 6, 11, 5 */
#define PurpleSmooth 0x2887 /* 5, 4, 7 */ #define PurpleSmooth 0x2887 /* 5, 4, 7 */
#define RedSmooth 0x2000 /* 4, 0, 0 */ #define RedSmooth 0x2000 /* 4, 0, 0 */
+3 -3
View File
@@ -138,14 +138,14 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
break; break;
case 4: // Volcano theme case 4: // Volcano theme
PrimaryColor = Orange; PrimaryColor = Orange;
PrimaryColorSmooth = GreenGrey; PrimaryColorSmooth = OrangeSmooth;
SecondaryColor = Tangerine; SecondaryColor = Tangerine;
SecondaryColorSmooth = TangerineSmooth; SecondaryColorSmooth = TangerineSmooth;
FrameColor = GreenGrey; FrameColor = GreenGrey;
GreyoutColor = Maroon; GreyoutColor = Maroon;
BackgroundColor = Prussian; BackgroundColor = Prussian;
FreqColor = Orange; FreqColor = Orange;
FreqColorSmooth = GreenGrey; FreqColorSmooth = OrangeSmooth;
ActiveColor = White; ActiveColor = White;
ActiveColorSmooth = WhiteSmooth; ActiveColorSmooth = WhiteSmooth;
SignificantColor = Red; SignificantColor = Red;
@@ -155,7 +155,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
StereoColor = Orange; StereoColor = Orange;
StereoColorSmooth = CyanSmooth; StereoColorSmooth = CyanSmooth;
RDSColor = Orange; RDSColor = Orange;
RDSColorSmooth = White; RDSColorSmooth = OrangeSmooth;
RDSDropoutColor = Dallas; RDSDropoutColor = Dallas;
RDSDropoutColorSmooth = DallasSmooth; RDSDropoutColorSmooth = DallasSmooth;
BarSignificantColor = Red; BarSignificantColor = Red;