Browse Source

Add genderfaun flag

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

+ 11 - 0
hyfetch/presets.py

@@ -311,6 +311,17 @@ PRESETS: dict[str, ColorProfile] = {
         '#73DEFF',
     ]),
 
+    # genderfaun sourced from https://www.flagcolorcodes.com/genderfaun
+    'genderfaun': ColorProfile([
+        '#FCD689',
+        '#FFF09B',
+        '#FAF9CD',
+        '#FFFFFF',
+        '#8EDED9',
+        '#8CACDE',
+        '#9782EC',
+    ]),
+
     'demifaun': ColorProfile([
         '#7F7F7F',
         '#7F7F7F',