소스 검색

Add genderfaun flag

Lucy Robillard 3 년 전
부모
커밋
73bf1e7fdf
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  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',