fix: set xterm as default theme in CLI and server

This commit is contained in:
GitHub Copilot
2026-01-28 08:29:24 +00:00
parent a181d9ecc9
commit 99e44b3310
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -119,8 +119,8 @@ def load_app_class(app_path: str):
@click.option(
"--theme",
"-t",
help="Terminal color theme (monokai, dark, light, dracula, catppuccin, nord, gruvbox, solarized, tokyo).",
default="monokai",
help="Terminal color theme (xterm, monokai, dark, light, dracula, catppuccin, nord, gruvbox, solarized, tokyo).",
default="xterm",
)
@click.option(
"--font-family",