scheme: impl random + fix single schemes

This commit is contained in:
2 * r + 2 * t
2025-06-12 16:00:43 +10:00
parent 194826efaa
commit 672ef4a2d9
6 changed files with 10 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ class Command:
if self.args.random:
scheme.set_random()
apply_colours(scheme.colours, scheme.mode)
elif self.args.name or self.args.flavour or self.args.mode:
if self.args.name:
scheme.name = self.args.name