[PR] #284 from harveyongh: Gilbert Baker flag

Add baker flag preset
This commit is contained in:
Azalea 2024-05-16 01:47:51 +08:00 committed by GitHub
commit cd6f74931c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -695,4 +695,17 @@ PRESETS: dict[str, ColorProfile] = {
'#7D3829',
'#F3A26A',
]),
# colors from Gilbert Baker's original 1978 flag design
# used https://gilbertbaker.com/rainbow-flag-color-meanings/ as source and colorpicked
'baker': ColorProfile([
'#F23D9E',
'#F80A24',
'#F78022',
'#F9E81F',
'#1E972E',
'#1B86BC',
'#243897',
'#6F0A82',
])
}