소스 검색

Add 5 stripe gay men flag

Lucy Robillard 3 년 전
부모
커밋
06d299f2f7
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      hyfetch/presets.py

+ 9 - 0
hyfetch/presets.py

@@ -207,6 +207,15 @@ PRESETS: dict[str, ColorProfile] = {
         '#1594F6',
     ]),
 
+    # gay men sourced from https://www.flagcolorcodes.com/gay-men
+    'gay-men': ColorProfile([
+        '#078D70',
+        '#98E8C1',
+        '#FFFFFF',
+        '#7BADE2',
+        '#3D1A78'
+    ]),
+
     'lesbian': ColorProfile([
         '#D62800',
         '#FF9B56',