Document all 16 available terminal themes in README and ARCHITECTURE

This commit is contained in:
GitHub Copilot
2026-02-17 19:33:07 +00:00
parent 461b94a59c
commit 77feb400ab
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -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