Skip to content

Commit f06c3fd

Browse files
authored
Added fraysexual flag!
In reference to issue hykilpikonna#275.
1 parent dbe6778 commit f06c3fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: hyfetch/presets.py

+8
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,14 @@ def unique_colors(self) -> ColorProfile:
670670
"#89C7B0",
671671
"#F3EDBD",
672672
]),
673+
674+
# sampled from https://es.m.wikipedia.org/wiki/Archivo:Fraysexual_flag.jpg
675+
'fraysexual': ColorProfile([
676+
'#226CB5',
677+
'#94E7DD',
678+
'#FFFFFF',
679+
'#636363',
680+
]),
673681

674682
# Meme flags
675683
'beiyang': ColorProfile([

0 commit comments

Comments
 (0)