scheme: fix fruitsalad colours

typo
This commit is contained in:
2 * r + 2 * t
2025-03-29 12:29:36 +11:00
parent 62fcd7d7b7
commit f0f7a46ca7
+1 -1
View File
@@ -148,7 +148,7 @@ def get_scheme(scheme: str) -> DynamicScheme:
return SchemeExpressive
if scheme == "fidelity":
return SchemeFidelity
if scheme == "fruitSalad":
if scheme == "fruitsalad":
return SchemeFruitSalad
if scheme == "monochrome":
return SchemeMonochrome