Merge pull request #1254 from tuibird/vscode-quote-highlighting

Vscode quote highlighting
This commit is contained in:
Lemmy
2026-01-03 23:01:34 -05:00
committed by GitHub
+2 -2
View File
@@ -109,7 +109,7 @@
"name": "punctuation.definition",
"scope": "punctuation.definition.string.begin,punctuation.definition.string.end",
"settings": {
"foreground": "{{colors.secondary.default.hex}}"
"foreground": "{{colors.primary.default.hex}}"
}
},
{
@@ -1984,4 +1984,4 @@
"welcomePage.buttonHoverBackground": "{{colors.primary.default.hex}}20",
"widget.shadow": "{{colors.background.default.hex}}5c"
}
}
}