Skip to content

[CmdPal] Fix Window Walker 'Not Responding' tag illegible in dark mode#46924

Merged
michaeljolley merged 1 commit intomainfrom
niels9001/fix-tag-dark-mode
Apr 12, 2026
Merged

[CmdPal] Fix Window Walker 'Not Responding' tag illegible in dark mode#46924
michaeljolley merged 1 commit intomainfrom
niels9001/fix-tag-dark-mode

Conversation

@niels9001
Copy link
Copy Markdown
Collaborator

Summary

The 'Not Responding' tag in Window Walker used a hardcoded crimson foreground color (rgb 220,20,60) that was illegible against the dark tag background in dark mode.

Fix: Remove the hardcoded color override so the tag uses the default theme-aware TagForeground brush, which is legible in both light and dark modes.

Closes #40219

Remove hardcoded crimson foreground color (rgb 220,20,60) from the
'Not Responding' tag. The tag now uses the default theme-aware
TagForeground brush, making it legible in both light and dark modes.

Closes #40219

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@michaeljolley michaeljolley merged commit a31f82f into main Apr 12, 2026
15 checks passed
@michaeljolley michaeljolley deleted the niels9001/fix-tag-dark-mode branch April 12, 2026 17:32
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.

CmdPal: "Not Responding" tag in Window Walker isn't legible in dark mode

3 participants