Add nonbi flag

This commit is contained in:
Constantin Gierczak--Galle 2023-12-10 21:12:43 +01:00
parent b880c93e2e
commit 8e37f6af60

View file

@ -12,7 +12,12 @@ lavender = Color(rgb=(155, 79, 150))
royal = Color(rgb=(0, 56, 168))
BI = [magenta, magenta, lavender, royal, royal]
PAN = []
INTER = []
LESBIAN = []
GAY = []
NONBI = []
yellow = Color(rgb=(255, 244, 51))
purple = Color(rgb=(155, 89, 208))
NONBI = [yellow, Color("white"), purple, Color("black")]