Jelajahi Sumber

[+] ColorProfile

Azalea (on HyDEV-Daisy) 3 tahun lalu
induk
melakukan
2e53009c10
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 8 0
      hyfetch/presets.py

+ 8 - 0
hyfetch/presets.py

@@ -0,0 +1,8 @@
+from dataclasses import dataclass
+from typing import Literal
+
+
+@dataclass
+class ColorProfile:
+    colors: list[str]
+    spacing: Literal['equal', 'weighted'] = 'equal'