mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-11 09:49:32 -05:00
theme: better spicetify colours
This commit is contained in:
@@ -22,6 +22,6 @@ class Command:
|
||||
scheme.flavour = self.args.flavour
|
||||
if self.args.mode:
|
||||
scheme.mode = self.args.mode
|
||||
apply_colours(scheme.colours)
|
||||
apply_colours(scheme.colours, scheme.mode)
|
||||
else:
|
||||
print(scheme)
|
||||
|
||||
Reference in New Issue
Block a user