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] = [
|
||||
"ffacab",
|
||||
"acabff",
|
||||
"6fe569",
|
||||
"83e5aa",
|
||||
"dfffbc",
|
||||
"fff6ae",
|
||||
"f4b3ff",
|
||||
"fdffb6",
|
||||
"caffbf",
|
||||
"9bf6ff",
|
||||
"a0c4ff",
|
||||
"ffc6ff",
|
||||
"ebd8d0",
|
||||
"70d6ff",
|
||||
"ff70a6",
|
||||
"ff9770",
|
||||
"ffd670",
|
||||
"e9ff70",
|
||||
"a5ffd6",
|
||||
"d3ab9e",
|
||||
"b8e0d2",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue