Skip to content

Commit

Permalink
Adding Polyamorous flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaida Corvera committed May 1, 2024
1 parent bd9c0b3 commit 31920a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hyfetch/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,15 @@ def unique_colors(self) -> ColorProfile:
"#F3EDBD",
]),

# polyamorous flag colors pulled from https://polyamproud.com/flag
'polyam' : ColorProfile([
"#FFFFFF",
"#FCBF00",
"#009FE3",
"#E50051",
"#340C46",
]),

# Meme flags
'beiyang': ColorProfile([
'#DF1B12',
Expand Down

0 comments on commit 31920a1

Please sign in to comment.