Skip to content

Commit

Permalink
[PR] #284 from harveyongh: Gilbert Baker flag
Browse files Browse the repository at this point in the history
Add baker flag preset
  • Loading branch information
hykilpikonna authored May 15, 2024
2 parents 1b1c90e + 22c8d76 commit cd6f749
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hyfetch/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,4 +695,17 @@ def unique_colors(self) -> 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',
])
}

0 comments on commit cd6f749

Please sign in to comment.