commit
e21f9bef26
1 changed files with 8 additions and 0 deletions
|
@ -671,6 +671,14 @@ PRESETS: dict[str, ColorProfile] = {
|
||||||
"#F3EDBD",
|
"#F3EDBD",
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
# sampled from https://es.m.wikipedia.org/wiki/Archivo:Fraysexual_flag.jpg
|
||||||
|
'fraysexual': ColorProfile([
|
||||||
|
'#226CB5',
|
||||||
|
'#94E7DD',
|
||||||
|
'#FFFFFF',
|
||||||
|
'#636363',
|
||||||
|
]),
|
||||||
|
|
||||||
# Meme flags
|
# Meme flags
|
||||||
'beiyang': ColorProfile([
|
'beiyang': ColorProfile([
|
||||||
'#DF1B12',
|
'#DF1B12',
|
||||||
|
|
Loading…
Reference in a new issue