Skip to content

Commit

Permalink
[PR] #277 from msoderlund2027: Fraysexual flag
Browse files Browse the repository at this point in the history
Added fraysexual flag!
  • Loading branch information
hykilpikonna authored May 9, 2024
2 parents dbe6778 + bbe1415 commit e21f9be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hyfetch/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,14 @@ def unique_colors(self) -> ColorProfile:
"#89C7B0",
"#F3EDBD",
]),

# sampled from https://es.m.wikipedia.org/wiki/Archivo:Fraysexual_flag.jpg
'fraysexual': ColorProfile([
'#226CB5',
'#94E7DD',
'#FFFFFF',
'#636363',
]),

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

0 comments on commit e21f9be

Please sign in to comment.