Add nonbi flag
This commit is contained in:
parent
b880c93e2e
commit
8e37f6af60
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,12 @@ lavender = Color(rgb=(155, 79, 150))
|
||||||
royal = Color(rgb=(0, 56, 168))
|
royal = Color(rgb=(0, 56, 168))
|
||||||
BI = [magenta, magenta, lavender, royal, royal]
|
BI = [magenta, magenta, lavender, royal, royal]
|
||||||
|
|
||||||
|
PAN = []
|
||||||
|
|
||||||
INTER = []
|
INTER = []
|
||||||
LESBIAN = []
|
LESBIAN = []
|
||||||
GAY = []
|
GAY = []
|
||||||
NONBI = []
|
|
||||||
|
yellow = Color(rgb=(255, 244, 51))
|
||||||
|
purple = Color(rgb=(155, 89, 208))
|
||||||
|
NONBI = [yellow, Color("white"), purple, Color("black")]
|
||||||
|
|
Loading…
Reference in a new issue