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