Adfd extra colors for devices

This commit is contained in:
2017-11-13 14:02:39 +01:00
parent 69aa392642
commit ff072b505f

View File

@@ -18,7 +18,11 @@ function generateBarColor(index) {
[219, 200, 187],
[255, 134, 72],
[186, 247, 71],
[252, 200, 13]];
[252, 200, 13],
[141, 215, 251],
[2, 79, 237],
[194, 138, 207],
[89, 51, 251]];
var color = [0, 0, 0];
if (index >= 0 && index < builtin_colors.length) {
color = builtin_colors[index];