mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-10 17:29:28 -05:00
feat: theme hypr and terminals
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from argparse import Namespace
|
||||
|
||||
from caelestia.utils.scheme import get_scheme
|
||||
from caelestia.utils.theme import apply_colours
|
||||
|
||||
|
||||
class Command:
|
||||
@@ -21,5 +22,6 @@ class Command:
|
||||
scheme.flavour = self.args.flavour
|
||||
if self.args.mode:
|
||||
scheme.mode = self.args.mode
|
||||
apply_colours(scheme.colours)
|
||||
else:
|
||||
print(scheme)
|
||||
|
||||
Reference in New Issue
Block a user