Commit 6352967
fix: use primary foreground color with opacity for auto badge
--text-secondary (vscode-descriptionForeground) is too dark in some
dark themes. Switch to --text-primary (vscode-editor-foreground) at
55% opacity for both the border and text. VS Code guarantees the
primary foreground color is always readable against the editor
background, so this reliably produces visible but visually subtle
badge text in any theme.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 030e841 commit 6352967
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | | - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
367 | 368 | | |
368 | 369 | | |
369 | 370 | | |
| |||
0 commit comments