Put boring colors last in the list

main
Chandler Swift 2024-10-19 20:32:29 -05:00
parent 3ca2cd0f7d
commit 74c070215c
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 3 additions and 3 deletions

View File

@ -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 = [];