Merge pull request #786 from MCelliotG/main

Optimized Wifi colors
This commit is contained in:
Sjef Verhoeven PE5PVB
2025-02-09 23:47:08 +01:00
committed by GitHub

View File

@@ -42,8 +42,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = TealSmooth; BWAutoColorSmooth = TealSmooth;
BatteryValueColor = Teal; BatteryValueColor = Teal;
BatteryValueColorSmooth = Black; BatteryValueColorSmooth = Black;
WifiColorLow = Red; WifiColorLow = PrimaryColor;
WifiColorHigh = Green; WifiColorHigh = SecondaryColor;
break; break;
case 1: // Cyan theme case 1: // Cyan theme
PrimaryColor = Cyan; PrimaryColor = Cyan;
@@ -75,8 +75,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = TealSmooth; BWAutoColorSmooth = TealSmooth;
BatteryValueColor = Teal; BatteryValueColor = Teal;
BatteryValueColorSmooth = TealSmooth; BatteryValueColorSmooth = TealSmooth;
WifiColorLow = Skyblue; WifiColorLow = PrimaryColor;
WifiColorHigh = Cyan; WifiColorHigh = SecondaryColor;
break; break;
case 2: // Crimson theme case 2: // Crimson theme
PrimaryColor = Crimson; PrimaryColor = Crimson;
@@ -108,13 +108,13 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = CoralSmooth; BWAutoColorSmooth = CoralSmooth;
BatteryValueColor = Watermelon; BatteryValueColor = Watermelon;
BatteryValueColorSmooth = WatermelonSmooth; BatteryValueColorSmooth = WatermelonSmooth;
WifiColorLow = Yellow; WifiColorLow = PrimaryColor;
WifiColorHigh = Crimson; WifiColorHigh = SecondaryColor;
break; break;
case 3: // Monochrome theme case 3: // Monochrome theme
PrimaryColor = White; PrimaryColor = White;
PrimaryColorSmooth = Black; PrimaryColorSmooth = Black;
SecondaryColor = White; SecondaryColor = Honeydew;
SecondaryColorSmooth = Black; SecondaryColorSmooth = Black;
FrameColor = GreenGrey; FrameColor = GreenGrey;
GreyoutColor = PaleGrey; GreyoutColor = PaleGrey;
@@ -141,8 +141,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = Black; BWAutoColorSmooth = Black;
BatteryValueColor = White; BatteryValueColor = White;
BatteryValueColorSmooth = Black; BatteryValueColorSmooth = Black;
WifiColorLow = Honeydew; WifiColorLow = PrimaryColor;
WifiColorHigh = White; WifiColorHigh = SecondaryColor;
break; break;
case 4: // Volcano theme case 4: // Volcano theme
PrimaryColor = Orange; PrimaryColor = Orange;
@@ -174,8 +174,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = TangerineSmooth; BWAutoColorSmooth = TangerineSmooth;
BatteryValueColor = Tangerine; BatteryValueColor = Tangerine;
BatteryValueColorSmooth = TangerineSmooth; BatteryValueColorSmooth = TangerineSmooth;
WifiColorLow = Orange; WifiColorLow = PrimaryColor;
WifiColorHigh = Red; WifiColorHigh = SecondaryColor;
break; break;
case 5: // Dendro theme case 5: // Dendro theme
PrimaryColor = Green; PrimaryColor = Green;
@@ -207,8 +207,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = CabbageSmooth; BWAutoColorSmooth = CabbageSmooth;
BatteryValueColor = Cabbage; BatteryValueColor = Cabbage;
BatteryValueColorSmooth = CabbageSmooth; BatteryValueColorSmooth = CabbageSmooth;
WifiColorLow = Green; WifiColorLow = PrimaryColor;
WifiColorHigh = Turquoise; WifiColorHigh = SecondaryColor;
break; break;
case 6: // Sakura theme case 6: // Sakura theme
PrimaryColor = Sakura; PrimaryColor = Sakura;
@@ -240,8 +240,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = CherrySmooth; BWAutoColorSmooth = CherrySmooth;
BatteryValueColor = Cherry; BatteryValueColor = Cherry;
BatteryValueColorSmooth = CherrySmooth; BatteryValueColorSmooth = CherrySmooth;
WifiColorLow = Violet; WifiColorLow = PrimaryColor;
WifiColorHigh = Sakura; WifiColorHigh = SecondaryColor;
break; break;
case 7: // Whiteout theme case 7: // Whiteout theme
PrimaryColor = Black; PrimaryColor = Black;
@@ -273,8 +273,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = White; BWAutoColorSmooth = White;
BatteryValueColor = Black; BatteryValueColor = Black;
BatteryValueColorSmooth = White; BatteryValueColorSmooth = White;
WifiColorLow = Black; WifiColorLow = PrimaryColor;
WifiColorHigh = Darkgrey; WifiColorHigh = SecondaryColor;
break; break;
case 8: // Tangerine theme case 8: // Tangerine theme
PrimaryColor = Tangerine; PrimaryColor = Tangerine;
@@ -306,8 +306,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = YolkSmooth; BWAutoColorSmooth = YolkSmooth;
BatteryValueColor = Yolk; BatteryValueColor = Yolk;
BatteryValueColorSmooth = YolkSmooth; BatteryValueColorSmooth = YolkSmooth;
WifiColorLow = Yellow; WifiColorLow = PrimaryColor;
WifiColorHigh = Orange; WifiColorHigh = SecondaryColor;
break; break;
case 9: // Ocean theme case 9: // Ocean theme
PrimaryColor = Ocean; PrimaryColor = Ocean;
@@ -339,8 +339,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = DeepskySmooth; BWAutoColorSmooth = DeepskySmooth;
BatteryValueColor = Deepsky; BatteryValueColor = Deepsky;
BatteryValueColorSmooth = DeepskySmooth; BatteryValueColorSmooth = DeepskySmooth;
WifiColorLow = Ocean; WifiColorLow = PrimaryColor;
WifiColorHigh = Skyblue; WifiColorHigh = SecondaryColor;
break; break;
case 10: // Indigo theme case 10: // Indigo theme
PrimaryColor = Indigo; PrimaryColor = Indigo;
@@ -372,8 +372,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = VioletSmooth; BWAutoColorSmooth = VioletSmooth;
BatteryValueColor = Violet; BatteryValueColor = Violet;
BatteryValueColorSmooth = VioletSmooth; BatteryValueColorSmooth = VioletSmooth;
WifiColorLow = Violet; WifiColorLow = PrimaryColor;
WifiColorHigh = Purple; WifiColorHigh = SecondaryColor;
break; break;
case 11: // Maroon case 11: // Maroon
@@ -406,8 +406,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = VioletSmooth; BWAutoColorSmooth = VioletSmooth;
BatteryValueColor = Purple; BatteryValueColor = Purple;
BatteryValueColorSmooth = PurpleSmooth; BatteryValueColorSmooth = PurpleSmooth;
WifiColorLow = Yolk; WifiColorLow = PrimaryColor;
WifiColorHigh = Cherry; WifiColorHigh = SecondaryColor;
break; break;
case 12: // GoldBrite case 12: // GoldBrite
@@ -440,8 +440,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = TealSmooth; BWAutoColorSmooth = TealSmooth;
BatteryValueColor = Teal; BatteryValueColor = Teal;
BatteryValueColorSmooth = Black; BatteryValueColorSmooth = Black;
WifiColorLow = Ocean; WifiColorLow = PrimaryColor;
WifiColorHigh = Cherry; WifiColorHigh = SecondaryColor;
break; break;
case 13: // Bubblegum case 13: // Bubblegum
@@ -474,8 +474,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
BWAutoColorSmooth = VioletSmooth; BWAutoColorSmooth = VioletSmooth;
BatteryValueColor = Turquoise; BatteryValueColor = Turquoise;
BatteryValueColorSmooth = CyanDarkSmooth; BatteryValueColorSmooth = CyanDarkSmooth;
WifiColorLow = Violet; WifiColorLow = Turquoise;
WifiColorHigh = Turquoise; WifiColorHigh = Pink;
break; break;
} }
} }