Skip to content

Commit

Permalink
[PR] #263 from pokemonpasta: Add genderflux and girlflux flags
Browse files Browse the repository at this point in the history
Add girlflux and genderflux flags
  • Loading branch information
hykilpikonna authored May 1, 2024
2 parents 6dec8c4 + bb5f45a commit 2a87f1d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions hyfetch/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,27 @@ def unique_colors(self) -> ColorProfile:
'#5276D4',
]).with_weights([1, 1, 1, 1, 1, 5, 5, 5])),

# sourced from https://commons.wikimedia.org/wiki/File:Girlflux_Pride_Flag.jpg
"girlflux": ColorProfile([
"f9e6d7",
"f2526c",
"bf0311",
"e9c587",
"bf0311",
"f2526c",
"f9e6d7",
]),

# sourced from https://www.deviantart.com/pride-flags/art/Genderflux-1-543925589
"genderflux": ColorProfile([
"f47694",
"f2a2b9",
"cecece",
"7ce0f7",
"3ecdf9",
"fff48d",
]),

"finsexual": ColorProfile([
"#B18EDF",
"#D7B1E2",
Expand Down

0 comments on commit 2a87f1d

Please sign in to comment.