theme: better spicetify colours

This commit is contained in:
2 * r + 2 * t
2025-06-11 22:48:09 +10:00
parent b08858191c
commit 2161e3ee6b
5 changed files with 43 additions and 22 deletions
+1 -1
View File
@@ -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)