Add trans flag

This commit is contained in:
Constantin Gierczak--Galle 2023-12-12 16:43:40 +01:00
parent 763110d6de
commit ac928d20d9

View file

@ -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]