fix(tui): use contrast-aware foreground for paste summary badge (#27969)

Co-authored-by: Simon Klee <hello@simonklee.dk>
This commit is contained in:
Kagura 2026-05-18 16:38:40 +08:00 committed by GitHub
parent 418c0ea04a
commit e94aecaa08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -773,7 +773,7 @@ function getSyntaxRules(theme: Theme) {
{
scope: ["extmark.paste"],
style: {
foreground: theme.background,
foreground: selectedForeground(theme, theme.warning),
background: theme.warning,
bold: true,
},