forked from Shinonome/caelestia-cli
internal: refactor scheme
Also use a single file to store scheme data
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import argparse
|
||||
|
||||
from caelestia.data import get_scheme_names, scheme_variants
|
||||
from caelestia.subcommands import (
|
||||
clipboard,
|
||||
emoji,
|
||||
@@ -14,6 +13,7 @@ from caelestia.subcommands import (
|
||||
wallpaper,
|
||||
wsaction,
|
||||
)
|
||||
from caelestia.utils.scheme import get_scheme_names, scheme_variants
|
||||
|
||||
|
||||
def parse_args() -> (argparse.ArgumentParser, argparse.Namespace):
|
||||
|
||||
Reference in New Issue
Block a user