Skip to content

Commit 4d68d4e

Browse files
Mark JessopMark Jessop
authored andcommitted
Remove yellow from the balloon colour cycle.
1 parent ad079fa commit 4d68d4e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

js/tracker.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,15 @@ var follow_vehicle = null;
6565
var graph_vehicle = null;
6666
var manual_pan = false;
6767

68+
// NOTE - 'yellow' (was #FDFC30, darker version is "#caca02") has been removed from the rotation
69+
// due to complaints it was not visible enough. - 2023-06-03
70+
6871
var car_index = 0;
6972
var car_colors = ["blue", "red", "green", "yellow", "teal", "purple"];
7073
var balloon_index = 0;
71-
var balloon_colors_name = ["red", "blue", "green", "yellow", "purple", "orange", "cyan"];
74+
var balloon_colors_name = ["red", "blue", "green", "purple", "orange", "cyan"];
7275
// Yellow was #FDFC30, darker version is "#caca02"
73-
var balloon_colors = ["#f00", "blue", "green", "#caca02", "#c700e6", "#ff8a0f", "#0fffca"];
76+
var balloon_colors = ["#f00", "blue", "green", "#c700e6", "#ff8a0f", "#0fffca"];
7477

7578
var nyan_color_index = 0;
7679
var nyan_colors = ['nyan', 'nyan-coin', 'nyan-mon', 'nyan-pirate', 'nyan-cool', 'nyan-tothemax', 'nyan-pumpkin', 'nyan-afro', 'nyan-coin', 'nyan-mummy'];

0 commit comments

Comments
 (0)