浏览代码

Add polysexual

Lucy Robillard 3 年之前
父节点
当前提交
cd0f55cd92
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      hyfetch/presets.py

+ 6 - 0
hyfetch/presets.py

@@ -201,6 +201,12 @@ PRESETS: dict[str, ColorProfile] = {
         '#1AB3FF'
     ]),
 
+    'polysexual': ColorProfile([
+        '#F714BA',
+        '#01D66A',
+        '#1594F6',
+    ]),
+
     'lesbian': ColorProfile([
         '#D62800',
         '#FF9B56',