Skip to content

Commit

Permalink
[+] Add a higher-contrast version of pangender flag
Browse files Browse the repository at this point in the history
Closes #359
  • Loading branch information
hykilpikonna committed Oct 22, 2024
1 parent 865850d commit f4d6b75
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hyfetch/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,16 @@ def unique_colors(self) -> ColorProfile:
'#FFF798',
]),

'pangender.contrast': ColorProfile([
'#ffe87f',
'#fcbaa6',
'#fbc9f3',
'#FFFFFF',
'#fbc9f3',
'#fcbaa6',
'#ffe87f',
]),

'gendernonconforming1': ColorProfile(
ColorProfile([
'#50284d',
Expand Down

0 comments on commit f4d6b75

Please sign in to comment.