Selaa lähdekoodia

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

Azalea (on HyDEV-Daisy) 2 vuotta sitten
vanhempi
commit
a60aa8ee41
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      hyfetch/presets.py

+ 7 - 0
hyfetch/presets.py

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