refactor agentitlebarstatuswidget css for more consistent theming support#290525
Merged
joshspicer merged 4 commits intomainfrom Jan 26, 2026
Merged
refactor agentitlebarstatuswidget css for more consistent theming support#290525joshspicer merged 4 commits intomainfrom
joshspicer merged 4 commits intomainfrom
Conversation
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Refactors the Agent Title Bar Status Widget CSS to align styling with Command Center theme tokens so the widget respects title bar color customizations and reduces duplicated styling.
Changes:
- Switched pill/badge colors to use
--vscode-commandCenter-*tokens for more consistent theming behavior. - Consolidated duplicated layout/typography/icon rules and simplified selectors.
- Adjusted high-contrast behavior for badge hover/filtered states.
Comments suppressed due to low confidence (1)
src/vs/workbench/contrib/chat/browser/agentSessions/experiments/media/agenttitlebarstatuswidget.css:237
.agent-status-badge-section.filteredchanges the background to--vscode-inputOption-activeBackgroundbut doesn’t set the matching foreground (--vscode-inputOption-activeForeground). This can make the count/icon unreadable in themes where active background expects a different foreground.
.agent-status-badge-section.filtered {
background-color: var(--vscode-inputOption-activeBackground);
}
alexdima
previously approved these changes
Jan 26, 2026
…s/media/agenttitlebarstatuswidget.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…s/media/agenttitlebarstatuswidget.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
dmitrivMS
approved these changes
Jan 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #289830
Screen.Recording.2026-01-26.at.11.57.38.AM.mov