Skip to content

chat: use command center colors for compact agent control - #329294

Open
Elijah King (eli-w-king) wants to merge 3 commits into
microsoft:mainfrom
eli-w-king:eli/agents/fix-bug-theme-color-token
Open

chat: use command center colors for compact agent control#329294
Elijah King (eli-w-king) wants to merge 3 commits into
microsoft:mainfrom
eli-w-king:eli/agents/fix-bug-theme-color-token

Conversation

@eli-w-king

Copy link
Copy Markdown
Contributor

Fixes #329092

What changed

  • use commandCenter.background for the compact agent control so it matches the command center it replaces
  • use commandCenter.activeForeground for the compact input area on hover
  • preserve the separate agentStatusIndicator.background behavior outside compact mode

Validation

  • ran pre-commit hygiene
  • transpiled the workbench and compiled the Copilot extension
  • verified rest and hover colors in all 19 built-in color themes, including both high-contrast themes

Fixes microsoft#329092

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI balanced review requested due to automatic review settings August 5, 2026 23:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the compact agent control to visually match the command center while preserving non-compact styling.

Changes:

  • Uses the command center background throughout compact mode.
  • Uses the active command center foreground on input hover.
Show a summary per file
File Description
agenttitlebarstatuswidget.css Aligns compact agent control rest and hover colors with command center tokens.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compact chat control bar doesn't respect command center's background

3 participants