Add baker flag layout to presets

This commit is contained in:
harvey mobile 2024-03-27 15:17:12 -05:00
parent be05f6984d
commit dc359abe45

View file

@ -666,4 +666,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',
])
}