mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #1254 from tuibird/vscode-quote-highlighting
Vscode quote highlighting
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user