GUI fixes and language updates
Gradients on some themes end on the same color now.
This commit is contained in:
+13
-13
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user