]> granicus.if.org Git - sysstat/commitdiff
SVG: Change some colors to make graphs easier to distinguish
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 14 Nov 2016 13:34:39 +0000 (14:34 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 14 Nov 2016 13:34:39 +0000 (14:34 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
svg_stats.c

index 7ccdfd36074e29b9b0ad41c5cd2d95391f388509..a3f0f73a3cf9ebc3a8a3f30f36c2721e04dd93ad 100644 (file)
@@ -44,7 +44,7 @@ extern unsigned int dm_major;
 unsigned int svg_colors[] = {0x00cc00, 0xff00bf, 0x00ffff, 0xff0000,
                             0xe85f00, 0x0000ff, 0x006020, 0x7030a0,
                             0xffff00, 0x666635, 0xd60093, 0x00bfbf,
-                            0xcc3300, 0xbfbfbf, 0xffffbf, 0xff3300};
+                            0xcc3300, 0x50040f, 0xffffbf, 0x193d55};
 #define SVG_COLORS_IDX_MASK    0x0f
 
 /*