#73 dynamic color scheme presets from .txt palettes + shell restart command #92

Merged
zach merged 13 commits from 73-colorscheme-options into main 2026-05-23 20:15:30 +02:00
Showing only changes of commit 2b550763e7 - Show all commits
-1
View File
@@ -2,7 +2,6 @@ from __future__ import annotations
from dataclasses import dataclass from dataclasses import dataclass
from pathlib import Path from pathlib import Path
from typing import Mapping
ASSETS = Path(__file__).resolve().parent.parent / "assets" / "schemes" ASSETS = Path(__file__).resolve().parent.parent / "assets" / "schemes"