Skip to content

Commit

Permalink
[PR] #302 from C-HCM: Subculture flags
Browse files Browse the repository at this point in the history
Subculture flags
  • Loading branch information
hykilpikonna authored Oct 23, 2024
2 parents b0b8c51 + f815d2b commit 49b26dc
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions hyfetch/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,58 @@ def unique_colors(self) -> ColorProfile:
'#636363',
]),

# Queer Subcultures
# sourced from https://commons.wikimedia.org/wiki/File:Bear_Brotherhood_flag.svg
'bear': ColorProfile([
'#623804',
'#D56300',
'#FEDD63',
'#FEE6B8',
'#FFFFFF',
'#555555',
]),

# colorpicked from https://commons.wikimedia.org/wiki/File:Butch_Flag.png
'butch': ColorProfile([
'#D72800',
'#F17623',
'#FF9C56',
'#FFFDF6',
'#FFCE89',
'#FEAF02',
'#A37000',
]),

# colorpicked from https://commons.wikimedia.org/wiki/File:Leather,_Latex,_and_BDSM_pride_-_Light.svg
'leather': ColorProfile([
'#000000',
'#252580',
'#000000',
'#252580',
'#FFFFFF',
'#252580',
'#000000',
'#252580',
'#000000',
]),

# colorpicked from https://commons.wikimedia.org/wiki/File:Official_Otter_Pride_Flag_by_Bearbackgear.jpg
'otter': ColorProfile([
'#263881',
'#5C9DC9',
'#FFFFFF',
'#3A291D',
'#5C9DC9',
'#263881',
]),

# colorpicked from https://commons.wikimedia.org/wiki/File:Twink_Pride_Flag_(proposed).svg
'twink': ColorProfile([
'#FFB2FF',
'#FFFFFF',
'#FFFF81',
]),

'kenochoric': ColorProfile([
'#000000',
'#2E1569',
Expand Down Expand Up @@ -901,6 +953,7 @@ def unique_colors(self) -> ColorProfile:
'#243897',
'#6F0A82',
]),

# this is 4 all the dogs, from zombpawcoins on tumblr!
'caninekin': ColorProfile([
'#2d2822',
Expand Down

0 comments on commit 49b26dc

Please sign in to comment.