From 79f1657232736bd2aa187981645d1bf64411bd76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20H=C3=A9ritier?= Date: Sun, 31 May 2026 04:03:49 +0000 Subject: [PATCH] docs: add --theme launch example to TUI quickstart (refs #2933) --- docs/features/tui/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/features/tui/index.md b/docs/features/tui/index.md index 85ce23b2b..b92e7092d 100644 --- a/docs/features/tui/index.md +++ b/docs/features/tui/index.md @@ -30,6 +30,9 @@ $ docker agent run agent.yaml --debug # Override the application name shown in the status bar and window title $ docker agent run agent.yaml --app-name "My Project" +# Preselect a color theme +$ docker agent run agent.yaml --theme dracula + # Hide the sidebar (cannot be re-enabled via Ctrl+B) $ docker agent run agent.yaml --sidebar=false