|
@@ -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,
|
|
|
},
|
|
},
|