14 lines
214 B
Python
14 lines
214 B
Python
# import json
|
|
# import typer
|
|
# from zshell.assets.schemes.catppuccin import catppuccin
|
|
#
|
|
# app = typer.Typer()
|
|
#
|
|
# SCHEMES = catppuccin.variants.flavors
|
|
#
|
|
#
|
|
# @app.command()
|
|
# def set():
|
|
|
|
# TODO: Currently unsused
|