summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>2019-01-30 21:11:55 +0100
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2019-02-04 15:23:27 +0100
commit8e3c632f7d5392e9f41d3a20bc30edd5f3aadcfd (patch)
treef21d8515408d36536c2f613ef8ea29634fe9ca42 /support
parentec757a813bb4173574ff4d5842326990d395323b (diff)
downloadbuildroot-8e3c632f7d5392e9f41d3a20bc30edd5f3aadcfd.tar.gz
buildroot-8e3c632f7d5392e9f41d3a20bc30edd5f3aadcfd.zip
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 <thomas.de_schampheleire@nokia.com> Tested-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/graph-build-time2
1 files changed, 1 insertions, 1 deletions
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']
OpenPOWER on IntegriCloud