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