summaryrefslogtreecommitdiff
path: root/src/caelestia/subcommands/scheme.py
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-12 16:00:43 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-12 16:00:43 +1000
commit672ef4a2d9291fb4333e6d6aa807826d6860259a (patch)
tree14e72d0e75e4686b56cae3fbbe62e071ffe5c01a /src/caelestia/subcommands/scheme.py
parentfeat: generate dynamic schemes (diff)
downloadcaelestia-cli-672ef4a2d9291fb4333e6d6aa807826d6860259a.tar.gz
caelestia-cli-672ef4a2d9291fb4333e6d6aa807826d6860259a.tar.bz2
caelestia-cli-672ef4a2d9291fb4333e6d6aa807826d6860259a.zip
scheme: impl random + fix single schemes
Diffstat (limited to 'src/caelestia/subcommands/scheme.py')
-rw-r--r--src/caelestia/subcommands/scheme.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/caelestia/subcommands/scheme.py b/src/caelestia/subcommands/scheme.py
index e149d13..973cfce 100644
--- a/src/caelestia/subcommands/scheme.py
+++ b/src/caelestia/subcommands/scheme.py
@@ -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