removal of catppuccin.py file, not used
This commit is contained in:
@@ -34,7 +34,9 @@ def list():
|
||||
|
||||
@app.command()
|
||||
def set(
|
||||
preset: str = typer.Argument(..., help="Preset in form <name> or <name>:<flavor>:<accent>"),
|
||||
preset: str = typer.Argument(
|
||||
..., help="Preset in form <name> or <name>:<flavor>:<accent>"
|
||||
),
|
||||
mode: str = typer.Option("dark", help="Mode for preset colors."),
|
||||
):
|
||||
name, flavor, accent = _split_preset(preset)
|
||||
|
||||
Reference in New Issue
Block a user