Skip to content

Commit

Permalink
[PR] #342 from BKasin, naviabbot: Add extra flags
Browse files Browse the repository at this point in the history
* Adding Polyamorous flag

* Added extra flags

* Fixed Sapphic

* Added new flags and merged fixes from origin.

* Added genderqueer

---------

Signed-off-by: Bailey Kasin <baileykasin@gmail.com>
Co-authored-by: Jaida Corvera <jaida@jcorvera.me>
Co-authored-by: Joshua Cain <72349atbwhs@gmail.com>
Fixes: #332
Closes: #295
  • Loading branch information
3 people authored Aug 28, 2024
1 parent d5b283e commit ce358fc
Showing 1 changed file with 150 additions and 0 deletions.
150 changes: 150 additions & 0 deletions hyfetch/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,156 @@ def unique_colors(self) -> ColorProfile:
'#D2F2E2',
]),

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

'sapphic' : ColorProfile([
"#FD8BA8",
"#FBF2FF",
"#C76BC5",
"#FDD768",
"#C76BC5",
"#FBF2FF",
"#FD8BA8"
]),

'androgyne' : ColorProfile([
"#FE007F",
"#9832FF",
"#00B8E7",
]),

"genderflux" : ColorProfile([
"#F57694",
"#F2A3B9",
"#CFCFCF",
"#7BE1F5",
"#3ECDFA",
"#FFF48C",
]),

'interprogress' : ColorProfile([
"#FFD800",
"#7902AA",
"#FFFFFF",
"#FFAFC8",
"#74D7EE",
"#613915",
"#000000",
'#E50000',
'#FF8D00',
'#FFEE00',
'#028121',
'#004CFF',
'#770088'
]),

'progress' : ColorProfile ([
"#FFFFFF",
"#FFAFC8",
"#74D7EE",
"#613915",
"#000000",
'#E50000',
'#FF8D00',
'#FFEE00',
'#028121',
'#004CFF',
'#770088'
]),

'intersex' : ColorProfile([
"#FFD800",
"#FFD800",
"#7902AA",
"#FFD800",
"#FFD800"
]),

'old-polyam' : ColorProfile([
"#0000FF",
"#FF0000",
"#FFFF00",
"#FF0000",
"#000000"
]),

'equal-rights' : ColorProfile([
"#0000FF",
"#0000FF",
"#FFFF00",
"#0000FF",
"#0000FF",
"#FFFF00",
"#0000FF",
"#0000FF"
]),

'drag' : ColorProfile([
"#CC67FF",
"#FFFFFF",
"#FFA3E3",
"#FFFFFF",
"#3366FF"
]),

# Pronoun Flags

'pronounfluid' : ColorProfile([
"#ffb3f9",
"#ffffff",
"#d1fdcb",
"#c7b0ff",
"#000000",
"#b8ccff"
]),

'pronounflux' : ColorProfile([
"#fdb3f8",
"#b6ccfa",
"#18ddd3",
"#64ff89",
"#ff7690",
"#ffffff"
]),

'exipronoun' : ColorProfile([
"#1c3d34",
"#ffffff",
"#321848",
"#000000"
]),

'neopronoun' : ColorProfile ([
"#bcec64",
"#ffffff",
"#38077a"
]),

'neofluid' : ColorProfile ([
"#ffeca0",
"#ffffff",
"#ffeca0",
"#38087a",
"#bcec64"
]),

'genderqueer' : ColorProfile ([
"#b57edc",
"#b57edc",
"#ffffff",
"#ffffff",
"#4a8123",
"#4a8123"
]),

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

0 comments on commit ce358fc

Please sign in to comment.