fix(tui): use contrast-aware foreground for paste summary badge (#27969)
Co-authored-by: Simon Klee <hello@simonklee.dk>
This commit is contained in:
@@ -773,7 +773,7 @@ function getSyntaxRules(theme: Theme) {
|
|||||||
{
|
{
|
||||||
scope: ["extmark.paste"],
|
scope: ["extmark.paste"],
|
||||||
style: {
|
style: {
|
||||||
foreground: theme.background,
|
foreground: selectedForeground(theme, theme.warning),
|
||||||
background: theme.warning,
|
background: theme.warning,
|
||||||
bold: true,
|
bold: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user