feat: impl scheme command (partial)

This commit is contained in:
2 * r + 2 * t
2025-06-11 18:07:34 +10:00
parent dc855e1b01
commit f43987ef2f
3 changed files with 18 additions and 2 deletions
+3
View File
@@ -120,6 +120,9 @@ class Scheme:
def _update_colours(self) -> None:
self._colours = read_colours_from_file(self.get_colours_path())
def __str__(self) -> str:
return f"Scheme(name={self.name}, flavour={self.flavour}, mode={self.mode}, variant={self.variant})"
scheme_variants = [
"tonalspot",