Merge pull request #731 from MCelliotG/main

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-19 16:38:46 +01:00
committed by GitHub
+10 -10
View File
@@ -86,7 +86,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
FreqColorSmooth = CrimsonSmooth; FreqColorSmooth = CrimsonSmooth;
ActiveColor = White; ActiveColor = White;
ActiveColorSmooth = WhiteSmooth; ActiveColorSmooth = WhiteSmooth;
SignificantColor = Green; SignificantColor = Red;
SignificantColorSmooth = RedSmooth; SignificantColorSmooth = RedSmooth;
InsignificantColor = Green; InsignificantColor = Green;
InsignificantColorSmooth = GreenSmooth; InsignificantColorSmooth = GreenSmooth;
@@ -181,8 +181,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
ActiveColorSmooth = WhiteSmooth; ActiveColorSmooth = WhiteSmooth;
SignificantColor = Red; SignificantColor = Red;
SignificantColorSmooth = RedSmooth; SignificantColorSmooth = RedSmooth;
InsignificantColor = Green; InsignificantColor = Teal;
InsignificantColorSmooth = GreenSmooth; InsignificantColorSmooth = TealSmooth;
StereoColor = Green; StereoColor = Green;
StereoColorSmooth = GreenDark; StereoColorSmooth = GreenDark;
RDSColor = Green; RDSColor = Green;
@@ -212,8 +212,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
ActiveColorSmooth = WhiteSmooth; ActiveColorSmooth = WhiteSmooth;
SignificantColor = Red; SignificantColor = Red;
SignificantColorSmooth = RedSmooth; SignificantColorSmooth = RedSmooth;
InsignificantColor = Green; InsignificantColor = Pink;
InsignificantColorSmooth = GreenSmooth; InsignificantColorSmooth = PinkSmooth;
StereoColor = Sakura; StereoColor = Sakura;
StereoColorSmooth = SakuraSmooth; StereoColorSmooth = SakuraSmooth;
RDSColor = Sakura; RDSColor = Sakura;
@@ -243,7 +243,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
ActiveColor = Black; ActiveColor = Black;
ActiveColorSmooth = Honeydew; ActiveColorSmooth = Honeydew;
SignificantColor = Red; SignificantColor = Red;
SignificantColorSmooth = Honeydew; SignificantColorSmooth = RedSmooth;
InsignificantColor = Green; InsignificantColor = Green;
InsignificantColorSmooth = GreenSmooth; InsignificantColorSmooth = GreenSmooth;
StereoColor = Black; StereoColor = Black;
@@ -275,8 +275,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
ActiveColorSmooth = WhiteSmooth; ActiveColorSmooth = WhiteSmooth;
SignificantColor = Red; SignificantColor = Red;
SignificantColorSmooth = RedSmooth; SignificantColorSmooth = RedSmooth;
InsignificantColor = Green; InsignificantColor = Orange;
InsignificantColorSmooth = GreenSmooth; InsignificantColorSmooth = OrangeSmooth;
StereoColor = Tangerine; StereoColor = Tangerine;
StereoColorSmooth = IndigoSmooth; StereoColorSmooth = IndigoSmooth;
RDSColor = Tangerine; RDSColor = Tangerine;
@@ -337,8 +337,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
ActiveColorSmooth = WhiteSmooth; ActiveColorSmooth = WhiteSmooth;
SignificantColor = Red; SignificantColor = Red;
SignificantColorSmooth = RedSmooth; SignificantColorSmooth = RedSmooth;
InsignificantColor = Green; InsignificantColor = Purple;
InsignificantColorSmooth = GreenSmooth; InsignificantColorSmooth = PurpleSmooth;
StereoColor = Indigo; StereoColor = Indigo;
StereoColorSmooth = IndigoSmooth; StereoColorSmooth = IndigoSmooth;
RDSColor = Indigo; RDSColor = Indigo;