mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-15 05:20:00 -05:00
scheme: impl random + fix single schemes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user