Explorar o código

Merge branch 'master' of github.com:hykilpikonna/hyfetch

Azalea (on HyDEV-Daisy) %!s(int64=2) %!d(string=hai) anos
pai
achega
a60aa8ee41
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      hyfetch/presets.py

+ 7 - 0
hyfetch/presets.py

@@ -525,4 +525,11 @@ PRESETS: dict[str, ColorProfile] = {
         '#FFFFFF',
         '#000000',
     ]),
+    "finsexual": ColorProfile([
+        "#B18EDF",
+        "#D7B1E2",
+        "#F7CDE9",
+        "#F39FCE",
+        "#EA7BB3",
+    ]),
 }