Summary: The Agents Window does not apply workbench.colorTheme. It renders in a fixed default-dark chrome regardless of user- or workspace-level theme configuration.
Environment:
-
Cursor on Windows 10 (build 26200)
-
Theme set via both user
settings.jsonand a.code-workspacesettingsblock
Repro:
-
Set
"workbench.colorTheme": "<any installed theme>"in user settings, and/or in a.code-workspacesettingsblock. -
Open the Editor Window → theme applies correctly.
-
Open the Agents Window → still default dark.
-
Fully quit and relaunch (not just “Reload Window”) → Agents Window still default dark.
Expected: The Agents Window respects workbench.colorTheme, ideally resolving the active workspace’s value when one is focused.
Actual: The setting is ignored entirely — at both user and workspace scope — so the window cannot be themed at all.
Root-cause hypothesis: The Agents Window appears to run as a folderless (“empty”) window and resolves its own fixed theme rather than reading workbench.colorTheme from user/workspace settings.
Proposed resolution (in priority order):
-
Honor
workbench.colorTheme, including per-workspace overrides, so the window reflects the active workspace’s theme. -
At minimum, honor the user/global
workbench.colorThemeso it isn’t pinned to default dark. -
Otherwise, expose a dedicated setting (e.g.
cursor.agentsWindow.colorTheme).
Acceptance criteria: With a non-default theme configured, the Agents Window renders in that theme after a normal launch — and when multiple workspaces define different themes, the window reflects the active workspace’s theme.
Why it matters: Per-workspace colors are the primary way to tell at a glance which project a given agent is working in when running several in parallel. That signal is lost the moment focus is in the Agents Window.
Submitted this forum entry and was directed here by the Staff. If you want to review my post as well.