Skip to content

Commit 593a657

Browse files
authored
Merge pull request projecthorus#81 from darksidelemm/main
Remove yellow from balloon colour lineup
2 parents 9487a7b + e9c0d10 commit 593a657

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

js/tracker.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ var follow_vehicle = null;
5656
var graph_vehicle = null;
5757
var manual_pan = false;
5858

59+
// NOTE - 'yellow' (was #FDFC30, darker version is "#caca02") has been removed from the rotation
60+
// due to complaints it was not visible enough. - 2023-06-03
61+
5962
var car_index = 0;
6063
var car_colors = ["blue", "red", "green", "yellow", "teal", "purple"];
6164
var balloon_index = 0;
62-
var balloon_colors_name = ["red", "blue", "green", "yellow", "purple", "orange", "cyan"];
63-
// Yellow was #FDFC30, darker version is "#caca02"
64-
var balloon_colors = ["#f00", "blue", "green", "#caca02", "#c700e6", "#ff8a0f", "#0fffca"];
65+
var balloon_colors_name = ["red", "blue", "green", "purple", "orange", "cyan"];
66+
var balloon_colors = ["#f00", "blue", "green", "#c700e6", "#ff8a0f", "#0fffca"];
6567

6668
var nyan_color_index = 0;
6769
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)