From 77feb400ab9a29fbba617cf7ced2b47353c58280 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Tue, 17 Feb 2026 19:33:07 +0000 Subject: [PATCH] Document all 16 available terminal themes in README and ARCHITECTURE --- README.md | 2 ++ docs/ARCHITECTURE.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f68b68f..4099323 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ Containers with these labels become tiles: - `webterm-command`: command string, or `auto` for Docker exec - `webterm-theme`: theme name (fallback is `xterm` palette) +Available themes: `tango`, `xterm`, `monokai`, `monokai-pro`, `ristretto`, `dark`, `light`, `dracula`, `catppuccin`, `nord`, `gruvbox`, `solarized`, `tokyo`, `miasma`, `github`, `gotham` + ### Compose manifest ```bash diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index bd834e1..3b209b2 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -54,7 +54,7 @@ The server resolves static files from: - **Compose mode** loads services from a compose manifest and creates tiles for services carrying `webterm-command`. - **Watch mode** subscribes to Docker events and adds/removes tiles at runtime. -- `webterm-theme` controls tile theme; default theme applies if unset. +- `webterm-theme` controls tile theme; default theme applies if unset. Available themes: `tango`, `xterm`, `monokai`, `monokai-pro`, `ristretto`, `dark`, `light`, `dracula`, `catppuccin`, `nord`, `gruvbox`, `solarized`, `tokyo`, `miasma`, `github`, `gotham`. ## Reliability notes