From: Thomas De Schampheleire Date: Wed, 30 Jan 2019 20:11:55 +0000 (+0100) Subject: support/scripts/graph-build-time: replace confusing colors X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e3c632f7d5392e9f41d3a20bc30edd5f3aadcfd;p=buildroot.git support/scripts/graph-build-time: replace confusing colors The color for 'extract' is very similar to the one for 'install-images'. Both are cyan-like. Replace the former by a pale blue to make all colors sufficiently distinct. Signed-off-by: Thomas De Schampheleire Tested-by: Matthew Weber Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/support/scripts/graph-build-time b/support/scripts/graph-build-time index 2fdb6a476d..ba3cdad85b 100755 --- a/support/scripts/graph-build-time +++ b/support/scripts/graph-build-time @@ -76,7 +76,7 @@ steps = ['download', 'extract', 'patch', 'configure', 'build', default_colors = ['#8d02ff', '#e60004', '#009836', '#2e1d86', '#ffed00', '#0068b5', '#f28e00', '#940084', '#97c000'] -alternate_colors = ['#ffbe0a', '#00e0e0', '#3f7f7f', '#ff0000', '#00c000', +alternate_colors = ['#ffbe0a', '#96bdff', '#3f7f7f', '#ff0000', '#00c000', '#0080ff', '#c000ff', '#00eeee', '#e0e000']