[+] ColorProfile
This commit is contained in:
8
hyfetch/presets.py
Normal file
8
hyfetch/presets.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from dataclasses import dataclass
|
||||
from typing import Literal
|
||||
|
||||
|
||||
@dataclass
|
||||
class ColorProfile:
|
||||
colors: list[str]
|
||||
spacing: Literal['equal', 'weighted'] = 'equal'
|
||||
Reference in New Issue
Block a user