added plural flag
This commit is contained in:
parent
d914d3ea2b
commit
bc8499e2fb
5 changed files with 16 additions and 7 deletions
|
|
@ -526,7 +526,7 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
"#F39FCE",
|
||||
"#EA7BB3",
|
||||
]),
|
||||
|
||||
|
||||
'unlabeled1': ColorProfile([
|
||||
'#EAF8E4',
|
||||
'#FDFDFB',
|
||||
|
|
@ -641,6 +641,15 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
"#593C90"
|
||||
]),
|
||||
|
||||
# used https://pluralpedia.org/w/Plurality#/media/File:Plural-Flag-1.jpg as source and colorpicked
|
||||
'plural' : ColorProfile([
|
||||
"#2D0625",
|
||||
"#543475",
|
||||
"#7675C3",
|
||||
"#89C7B0",
|
||||
"#F3EDBD",
|
||||
]),
|
||||
|
||||
# Meme flags
|
||||
'beiyang': ColorProfile([
|
||||
'#DF1B12',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue