diff --git a/pyjecteur/homonerie.py b/pyjecteur/homonerie.py index 4d72f2e..31cf93a 100644 --- a/pyjecteur/homonerie.py +++ b/pyjecteur/homonerie.py @@ -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]