Co-authored-by: Simon Klee <hello@simonklee.dk>
@@ -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,
},