Put boring colors last in the list
This commit is contained in:
parent
3ca2cd0f7d
commit
74c070215c
6
main.js
6
main.js
|
@ -180,13 +180,13 @@ let colors = [
|
||||||
[170, 90, 240],
|
[170, 90, 240],
|
||||||
[90, 165, 255],
|
[90, 165, 255],
|
||||||
[100, 210, 80],
|
[100, 210, 80],
|
||||||
[180, 180, 180],
|
|
||||||
[170, 150, 110],
|
|
||||||
[255, 180, 50],
|
[255, 180, 50],
|
||||||
[240, 50, 50],
|
[240, 50, 50],
|
||||||
[130, 50, 20],
|
[130, 50, 20],
|
||||||
[110, 110, 110],
|
|
||||||
[255, 220, 90],
|
[255, 220, 90],
|
||||||
|
[180, 180, 180],
|
||||||
|
[170, 150, 110],
|
||||||
|
[110, 110, 110],
|
||||||
];
|
];
|
||||||
|
|
||||||
let used_colors = [];
|
let used_colors = [];
|
||||||
|
|
Loading…
Reference in a new issue