Add Lightgrey
This commit is contained in:
@@ -147,6 +147,7 @@
|
|||||||
#define White 0xFFFF /* 31, 63, 31 */
|
#define White 0xFFFF /* 31, 63, 31 */
|
||||||
#define Yellow 0xFFE0 /* 31, 63, 0 */
|
#define Yellow 0xFFE0 /* 31, 63, 0 */
|
||||||
#define Yolk 0xED20 /* 29, 41, 0 */
|
#define Yolk 0xED20 /* 29, 41, 0 */
|
||||||
|
#define Lightgrey 0x39A7 /* 7, 13, 7 */
|
||||||
//SMOOTH COLORS
|
//SMOOTH COLORS
|
||||||
#define CabbageSmooth 0x0184 /* 0, 12, 4 */
|
#define CabbageSmooth 0x0184 /* 0, 12, 4 */
|
||||||
#define CoralSmooth 0x4124 /* 8, 9, 4 */
|
#define CoralSmooth 0x4124 /* 8, 9, 4 */
|
||||||
|
|||||||
+4
-2
@@ -20,7 +20,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
SecondaryColor = Skyblue;
|
SecondaryColor = Skyblue;
|
||||||
SecondaryColorSmooth = SkyblueSmooth;
|
SecondaryColorSmooth = SkyblueSmooth;
|
||||||
FrameColor = Blue;
|
FrameColor = Blue;
|
||||||
GreyoutColor = Darkgrey;
|
// GreyoutColor = Darkgrey;
|
||||||
|
GreyoutColor = Lightgrey;
|
||||||
BackgroundColor = Black;
|
BackgroundColor = Black;
|
||||||
ActiveColor = White;
|
ActiveColor = White;
|
||||||
ActiveColorSmooth = WhiteSmooth;
|
ActiveColorSmooth = WhiteSmooth;
|
||||||
@@ -395,7 +396,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
|||||||
SecondaryColor = Skyblue;
|
SecondaryColor = Skyblue;
|
||||||
SecondaryColorSmooth = SkyblueSmooth;
|
SecondaryColorSmooth = SkyblueSmooth;
|
||||||
FrameColor = Blue;
|
FrameColor = Blue;
|
||||||
GreyoutColor = Darkgrey;
|
// GreyoutColor = Darkgrey;
|
||||||
|
GreyoutColor = Lightgrey;
|
||||||
BackgroundColor = Black;
|
BackgroundColor = Black;
|
||||||
ActiveColor = White;
|
ActiveColor = White;
|
||||||
ActiveColorSmooth = WhiteSmooth;
|
ActiveColorSmooth = WhiteSmooth;
|
||||||
|
|||||||
Reference in New Issue
Block a user