Add abrosexual flag
This commit is contained in:
parent
06d299f2f7
commit
d9a46c97c8
1 changed files with 10 additions and 0 deletions
|
|
@ -224,6 +224,16 @@ PRESETS: dict[str, ColorProfile] = {
|
||||||
'#A40062'
|
'#A40062'
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
# abrosexual used colorpicker to source from
|
||||||
|
# https://fyeahaltpride.tumblr.com/post/151704251345/could-you-guys-possibly-make-an-abrosexual-pride
|
||||||
|
'abrosexual': ColorProfile([
|
||||||
|
'#46D294',
|
||||||
|
'#A3E9CA',
|
||||||
|
'#FFFFFF',
|
||||||
|
'#F78BB3',
|
||||||
|
'#EE1766',
|
||||||
|
]),
|
||||||
|
|
||||||
'asexual': ColorProfile([
|
'asexual': ColorProfile([
|
||||||
'#000000',
|
'#000000',
|
||||||
'#A4A4A4',
|
'#A4A4A4',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue