Add some more colors

This commit is contained in:
2017-10-23 16:59:55 +02:00
parent c5f7365d8a
commit efd39a9e86

View File

@@ -14,7 +14,11 @@ function generateBarColor(index) {
[54, 76, 121],
[118, 153, 249],
[148, 50, 123],
[85, 172, 6]];
[85, 172, 6],
[219, 200, 187],
[255, 134, 72],
[186, 247, 71],
[252, 200, 13]];
var color = [0, 0, 0];
if (index >= 0 && index < builtin_colors.length) {
color = builtin_colors[index];