This commit is contained in:
Auric Vente
2024-07-22 21:02:11 -06:00
parent 9378b8c27a
commit 7d62509aac
3 changed files with 29 additions and 29 deletions

View File

@@ -57,8 +57,6 @@ class Config:
manifest_path: Path
manifest: dict[str, str]
separator_color: str = "rgb(120, 120, 120)"
color_on: str = "#00ff11"
color_off: str = "#ff0004"
@staticmethod
def prepare() -> None: