Add themeable agentStatusIndicator.background color to avoid debug override#292944
Merged
joshspicer merged 2 commits intojosh/agent-indicator-no-debugfrom Feb 4, 2026
Merged
Add themeable agentStatusIndicator.background color to avoid debug override#292944joshspicer merged 2 commits intojosh/agent-indicator-no-debugfrom
joshspicer merged 2 commits intojosh/agent-indicator-no-debugfrom
Conversation
…erride Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Do not update agent status indicator bg color when debugging
Add themeable agentStatusIndicator.background color to avoid debug override
Feb 4, 2026
31cd89b
into
josh/agent-indicator-no-debug
2 of 3 checks passed
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
joshspicer
added a commit
that referenced
this pull request
Feb 5, 2026
* do not update agent status inicator bg color when debugging * actually this * Add themeable agentStatusIndicator.background color to avoid debug override (#292944) * Initial plan * Add themeable agentStatusIndicator.background color to avoid debug override Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> * update known variables --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The agent status indicator in the titlebar was inheriting
--vscode-commandCenter-background, which the debug toolbar overrides to orange when debugging.Changes
agentStatusIndicator.backgroundcolor token inchatColors.tswith same defaults ascommandCenter.backgroundvar(--vscode-agentStatusIndicator-background)for pill and badge backgroundsThis keeps the widget themeable (themes can set
agentStatusIndicator.background) while remaining independent of debug mode styling.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.