[+] ColorProfile

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-04-10 03:18:50 -04:00
parent e08a2fa91e
commit 2e53009c10

8
hyfetch/presets.py Normal file
View file

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