Commit 358a271
fix: use badge colors for auto label to improve dark theme readability
Fixes #559
The 'auto' badge on tool rows in the Usage Analysis panel was using
--bg-secondary / --text-muted / --border-subtle which have low contrast
against dark editor backgrounds.
Replace with --badge-bg / --badge-fg (mapped to VS Code's
vscode-badge-background / vscode-badge-foreground tokens) which are
designed to have proper contrast in both light and dark themes, and
remove the border since the badge background provides sufficient visual
separation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5fae74d commit 358a271
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
0 commit comments