rework colors, eg: yellow is not orange

This commit is contained in:
Ricardo Pardini
2023-06-06 19:40:30 +02:00
parent dc5b3c2062
commit 226393e288

View File

@@ -10,17 +10,17 @@ const defaults = {
function getDefaultColors() {
const colors = {
0: '#999', // no, NOT BLACK
1: '#A00',
2: '#0A0',
3: '#A50',
1: '#ff5252',
2: '#5F5',
3: '#ffeb00',
4: '#4242da',
5: '#A0A',
6: '#0AA',
5: '#ff84ff',
6: '#92ffff',
7: '#AAA',
8: '#777',
9: '#F55',
10: '#5F5',
11: '#FF5',
10: '#3bfd3b',
11: '#ffff0b',
12: '#55F',
13: '#F5F',
14: '#5FF',