Skip to content

Fixes inconsistent coloring for agent status badge#293224

Merged
joshspicer merged 2 commits intomicrosoft:mainfrom
EmrecanKaracayir:emrecankaracayir/agent-status-badge
Feb 9, 2026
Merged

Fixes inconsistent coloring for agent status badge#293224
joshspicer merged 2 commits intomicrosoft:mainfrom
EmrecanKaracayir:emrecankaracayir/agent-status-badge

Conversation

@EmrecanKaracayir
Copy link
Contributor

Fixes: #293223

Copilot AI review requested due to automatic review settings February 5, 2026 22:03
@vs-code-engineering
Copy link

vs-code-engineering bot commented Feb 5, 2026

📬 CODENOTIFY

The following users are being notified based on files changed in this PR:

@bpasero

Matched files:

  • src/vs/workbench/contrib/chat/browser/agentSessions/experiments/media/agenttitlebarstatuswidget.css

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes an inconsistency in the agent status badge coloring by ensuring that the inputOption.activeForeground theme color is properly applied when a badge section is in the filtered state. Previously, only the background color (inputOption.activeBackground) was being applied, but the foreground color was not, resulting in poor contrast in themes that define custom values for these colors.

Changes:

  • Added color: var(--vscode-inputOption-activeForeground) to .agent-status-badge-section.filtered to apply the foreground color to text content
  • Added a specific rule to apply the foreground color to codicons within the filtered badge section
  • Removed the hover brightness filter rule that is incompatible with the new color approach

@bpasero bpasero assigned joshspicer and unassigned alexr00 Feb 6, 2026
Copy link
Member

@joshspicer joshspicer left a comment

Choose a reason for hiding this comment

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

thank you!

@joshspicer joshspicer enabled auto-merge (squash) February 9, 2026 07:11
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 9, 2026
@joshspicer joshspicer disabled auto-merge February 9, 2026 07:15
@joshspicer joshspicer merged commit de54e8d into microsoft:main Feb 9, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent coloring in agent status badge

5 participants