add finsexual flag colours

This commit is contained in:
Amolith 2022-08-01 10:55:23 -04:00
parent aac56be0c1
commit 44b3eb7b56
No known key found for this signature in database
GPG key ID: 8AE30347CE28D101

View file

@ -525,4 +525,11 @@ PRESETS: dict[str, ColorProfile] = {
'#FFFFFF',
'#000000',
]),
"finsexual": ColorProfile([
"#B18EDF",
"#D7B1E2",
"#F7CDE9",
"#F39FCE",
"#EA7BB3",
]),
}