Merge pull request #479 from MCelliotG/main
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@
|
||||
#define GreenSmooth 0x00C0 /* 0, 6, 0 */
|
||||
#define IndigoSmooth 0x3080 /* 4, 0, 7 */
|
||||
#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 PurpleSmooth 0x2887 /* 5, 4, 7 */
|
||||
#define RedSmooth 0x2000 /* 4, 0, 0 */
|
||||
|
||||
+3
-3
@@ -138,14 +138,14 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
||||
break;
|
||||
case 4: // Volcano theme
|
||||
PrimaryColor = Orange;
|
||||
PrimaryColorSmooth = GreenGrey;
|
||||
PrimaryColorSmooth = OrangeSmooth;
|
||||
SecondaryColor = Tangerine;
|
||||
SecondaryColorSmooth = TangerineSmooth;
|
||||
FrameColor = GreenGrey;
|
||||
GreyoutColor = Maroon;
|
||||
BackgroundColor = Prussian;
|
||||
FreqColor = Orange;
|
||||
FreqColorSmooth = GreenGrey;
|
||||
FreqColorSmooth = OrangeSmooth;
|
||||
ActiveColor = White;
|
||||
ActiveColorSmooth = WhiteSmooth;
|
||||
SignificantColor = Red;
|
||||
@@ -155,7 +155,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
||||
StereoColor = Orange;
|
||||
StereoColorSmooth = CyanSmooth;
|
||||
RDSColor = Orange;
|
||||
RDSColorSmooth = White;
|
||||
RDSColorSmooth = OrangeSmooth;
|
||||
RDSDropoutColor = Dallas;
|
||||
RDSDropoutColorSmooth = DallasSmooth;
|
||||
BarSignificantColor = Red;
|
||||
|
||||
Reference in New Issue
Block a user