Add hypersexual flag
This commit is contained in:
parent
51f0ebf3ea
commit
0a28b07cb0
1 changed files with 10 additions and 1 deletions
|
@ -650,6 +650,15 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
"#F3EDBD",
|
||||
]),
|
||||
|
||||
'hypersexual' : ColorProfile([
|
||||
"#070102",
|
||||
"#EF2047",
|
||||
"#F9B8D2",
|
||||
"#EB6927",
|
||||
"#EE376A",
|
||||
"#070102",
|
||||
]),
|
||||
|
||||
# Meme flags
|
||||
'beiyang': ColorProfile([
|
||||
'#DF1B12',
|
||||
|
|
Loading…
Add table
Reference in a new issue