Skip to content

Commit f6a8ba6

Browse files
committed
Make while tag a bit grey to show better in graphs
Signed-off-by: Zingo Andersen <zingo@zingo.org>
1 parent 6729748 commit f6a8ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iTag.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ class iTag {
292292
};
293293

294294
#define ITAG_COLOR_PINK 0xfdb9c8 // Lemonade
295-
#define ITAG_COLOR_WHITE 0xFBFEF8 // Pearl White
295+
#define ITAG_COLOR_WHITE 0xeBeEe8 //0xFBFEF8 // Pearl White
296296
#define ITAG_COLOR_ORANGE 0xFA8128 // Tangerine
297297
#define ITAG_COLOR_DARKBLUE 0x1034a6 // Egyptian Blue, 0x0b0b45 // Navy blue
298298
#define ITAG_COLOR_BLACK 0x000000 // Black

0 commit comments

Comments
 (0)