GUI fixes and language updates

Gradients on some themes end on the same color now.
This commit is contained in:
MCelliotG
2025-02-26 16:14:47 +02:00
committed by GitHub
parent 35678a0ae9
commit d1c1946825
2 changed files with 21 additions and 21 deletions
+13 -13
View File
@@ -265,10 +265,10 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
RDSColorSmooth = Honeydew;
RDSDropoutColor = PureGrey;
RDSDropoutColorSmooth = White;
BarSignificantColor = PureGrey;
BarInsignificantColor = Black;
ModBarSignificantColor = PureGrey;
ModBarInsignificantColor = Black;
BarSignificantColor = Black;
BarInsignificantColor = Cabbage;
ModBarSignificantColor = Black;
ModBarInsignificantColor = Green;
BWAutoColor = PureGrey;
BWAutoColorSmooth = White;
BatteryValueColor = Black;
@@ -298,9 +298,9 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
RDSColorSmooth = IndigoSmooth;
RDSDropoutColor = Copper;
RDSDropoutColorSmooth = CopperSmooth;
BarSignificantColor = Cherry;
BarInsignificantColor = Yolk;
ModBarSignificantColor = Yellow;
BarSignificantColor = Yolk;
BarInsignificantColor = Cherry;
ModBarSignificantColor = Yolk;
ModBarInsignificantColor = Tangerine;
BWAutoColor = Yolk;
BWAutoColorSmooth = YolkSmooth;
@@ -331,9 +331,9 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
RDSColorSmooth = OceanSmooth;
RDSDropoutColor = Cove;
RDSDropoutColorSmooth = CoveSmooth;
BarSignificantColor = Cyan;
BarInsignificantColor = Ocean;
ModBarSignificantColor = Blue;
BarSignificantColor = Ocean;
BarInsignificantColor = Cyan;
ModBarSignificantColor = Ocean;
ModBarInsignificantColor = Deepsky;
BWAutoColor = Deepsky;
BWAutoColorSmooth = DeepskySmooth;
@@ -364,9 +364,9 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
RDSColorSmooth = IndigoSmooth;
RDSDropoutColor = Logan;
RDSDropoutColorSmooth = LoganSmooth;
BarSignificantColor = Cherry;
BarInsignificantColor = Indigo;
ModBarSignificantColor = Purple;
BarSignificantColor = Indigo;
BarInsignificantColor = Cherry;
ModBarSignificantColor = Indigo;
ModBarInsignificantColor = Violet;
BWAutoColor = Violet;
BWAutoColorSmooth = VioletSmooth;