diff --git a/docs/basic-usage/the-chat-interface.md b/docs/basic-usage/the-chat-interface.md index 6a47dce9..05e4f062 100644 --- a/docs/basic-usage/the-chat-interface.md +++ b/docs/basic-usage/the-chat-interface.md @@ -34,6 +34,16 @@ The chat interface consists of the following main elements: 7. **Mode Selector:** The mode selector is a dropdown located to the left of the chat input field. It is used for selecting which mode Zoo should use for your tasks. Its settings gear opens the Modes tab, not general settings. +The chat composer, mode and API selectors, auto-approval controls, and todo-delete confirmation follow your active IDE appearance. Their borders, hover states, keyboard focus rings, and error text remain distinguishable in VS Code light, dark, and high-contrast themes. + +Zoo Code chat composer using the VS Code light theme + +*The chat composer uses the current VS Code theme for its text, controls, boundaries, and focus treatment.* + +Zoo Code UI settings using the VS Code light theme + +*UI settings use the same theme-aware controls and contrast treatment.* + Chat interface components labeled with numbered callouts *Numbered interface elements showing the key components of the Zoo Code chat interface.* diff --git a/static/img/the-chat-interface/chat-composer-light.png b/static/img/the-chat-interface/chat-composer-light.png new file mode 100644 index 00000000..eef4a686 Binary files /dev/null and b/static/img/the-chat-interface/chat-composer-light.png differ diff --git a/static/img/the-chat-interface/ui-settings-light.png b/static/img/the-chat-interface/ui-settings-light.png new file mode 100644 index 00000000..70fb9e39 Binary files /dev/null and b/static/img/the-chat-interface/ui-settings-light.png differ