Merge branch 'master' into master

This commit is contained in:
Hykilpikonna 2023-01-20 19:37:06 -05:00 committed by GitHub
commit 1c45b42058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -518,13 +518,6 @@ PRESETS: dict[str, ColorProfile] = {
'#5276D4', '#5276D4',
]), ]),
'beiyang': ColorProfile([
'#DF1B12',
'#FFC600',
'#01639D',
'#FFFFFF',
'#000000',
]),
"finsexual": ColorProfile([ "finsexual": ColorProfile([
"#B18EDF", "#B18EDF",
"#D7B1E2", "#D7B1E2",
@ -616,5 +609,22 @@ PRESETS: dict[str, ColorProfile] = {
"#66B969", "#66B969",
"#547655", "#547655",
"#0B130C" "#0B130C"
]) ]),
# Meme flags
'beiyang': ColorProfile([
'#DF1B12',
'#FFC600',
'#01639D',
'#FFFFFF',
'#000000',
]),
'burger': ColorProfile([
'#F3A26A',
'#498701',
'#FD1C13',
'#7D3829',
'#F3A26A',
]),
} }