Restore foreground color for operators in dark_plus theme (#277204)

Revert "Revert "Revert "Update foreground color for operators in dark_plus th…"

This reverts commit eaea0cd151.
This commit is contained in:
Raymond Zhao
2025-11-13 09:35:32 -08:00
committed by GitHub
parent b6f3275d5c
commit e061feef09
63 changed files with 1156 additions and 1156 deletions
@@ -83,7 +83,7 @@
"entity.name.operator"
],
"settings": {
"foreground": "#CE92A4"
"foreground": "#C586C0"
}
},
{
@@ -197,7 +197,7 @@
}
],
"semanticTokenColors": {
"newOperator":"#CE92A4",
"newOperator":"#C586C0",
"stringLiteral":"#ce9178",
"customLiteral": "#DCDCAA",
"numberLiteral": "#b5cea8",