We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6729748 commit f6a8ba6Copy full SHA for f6a8ba6
src/iTag.cpp
@@ -292,7 +292,7 @@ class iTag {
292
};
293
294
#define ITAG_COLOR_PINK 0xfdb9c8 // Lemonade
295
-#define ITAG_COLOR_WHITE 0xFBFEF8 // Pearl White
+#define ITAG_COLOR_WHITE 0xeBeEe8 //0xFBFEF8 // Pearl White
296
#define ITAG_COLOR_ORANGE 0xFA8128 // Tangerine
297
#define ITAG_COLOR_DARKBLUE 0x1034a6 // Egyptian Blue, 0x0b0b45 // Navy blue
298
#define ITAG_COLOR_BLACK 0x000000 // Black
0 commit comments