mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
scheme: fix fruitsalad colours
typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user