added plural flag

This commit is contained in:
mertoalex 2024-03-10 23:47:49 +03:00
parent d914d3ea2b
commit bc8499e2fb
5 changed files with 16 additions and 7 deletions

View file

@ -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',