[+] ColorProfile
This commit is contained in:
parent
e08a2fa91e
commit
2e53009c10
1 changed files with 8 additions and 0 deletions
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'
|
Loading…
Reference in a new issue