Add trans flag
This commit is contained in:
parent
763110d6de
commit
ac928d20d9
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ GAY = []
|
|||
yellow = Color(rgb=(255 / 255, 244 / 255, 51 / 255))
|
||||
purple = Color(rgb=(155 / 255, 89 / 255, 208 / 255))
|
||||
NONBI = [yellow, Color("white"), purple, Color("black")]
|
||||
|
||||
blue = Color(rgb=(91 / 255, 206 / 255, 250 / 255))
|
||||
pink = Color(rgb=(245 / 255, 169 / 255, 184 / 255))
|
||||
TRANS = [blue, pink, Color("white"), pink, blue]
|
||||
|
|
Loading…
Reference in a new issue