Browse Source

Add abrosexual flag

Lucy Robillard 3 years ago
parent
commit
d9a46c97c8
1 changed files with 10 additions and 0 deletions
  1. 10 0
      hyfetch/presets.py

+ 10 - 0
hyfetch/presets.py

@@ -224,6 +224,16 @@ PRESETS: dict[str, ColorProfile] = {
         '#A40062'
     ]),
 
+    # abrosexual used colorpicker to source from
+    # https://fyeahaltpride.tumblr.com/post/151704251345/could-you-guys-possibly-make-an-abrosexual-pride
+    'abrosexual': ColorProfile([
+        '#46D294',
+        '#A3E9CA',
+        '#FFFFFF',
+        '#F78BB3',
+        '#EE1766',
+    ]),
+
     'asexual': ColorProfile([
         '#000000',
         '#A4A4A4',