mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-09-27 10:46:28 -05:00
[+] 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