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