Nicer colour palette for groups
This commit is contained in:
parent
6b38abe6f4
commit
0af65ce485
1 changed files with 14 additions and 7 deletions
|
@ -5,13 +5,20 @@ import re
|
||||||
|
|
||||||
|
|
||||||
group_colors: list[str] = [
|
group_colors: list[str] = [
|
||||||
"ffacab",
|
"fdffb6",
|
||||||
"acabff",
|
"caffbf",
|
||||||
"6fe569",
|
"9bf6ff",
|
||||||
"83e5aa",
|
"a0c4ff",
|
||||||
"dfffbc",
|
"ffc6ff",
|
||||||
"fff6ae",
|
"ebd8d0",
|
||||||
"f4b3ff",
|
"70d6ff",
|
||||||
|
"ff70a6",
|
||||||
|
"ff9770",
|
||||||
|
"ffd670",
|
||||||
|
"e9ff70",
|
||||||
|
"a5ffd6",
|
||||||
|
"d3ab9e",
|
||||||
|
"b8e0d2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue