Update foreground color for operators and semantic tokens in dark_plus theme for higher contrast ratio

This commit is contained in:
mrleemurray
2025-10-08 17:58:29 +01:00
parent b1e37822fb
commit 73947d8d87

View File

@@ -83,7 +83,7 @@
"entity.name.operator"
],
"settings": {
"foreground": "#C586C0"
"foreground": "#CE92A4"
}
},
{
@@ -197,7 +197,7 @@
}
],
"semanticTokenColors": {
"newOperator":"#C586C0",
"newOperator":"#CE92A4",
"stringLiteral":"#ce9178",
"customLiteral": "#DCDCAA",
"numberLiteral": "#b5cea8",