Files
playwrong/.vscode/extensions/playwrong-syntax/themes/playwrong-theme.json
2025-07-17 05:32:02 +02:00

75 lines
1.5 KiB
JSON

{
"name": "PlayWrong Theme",
"type": "dark",
"colors": {},
"tokenColors": [
{
"name": "PlayWrong Comments",
"scope": [
"comment.line.number-sign.playwrong",
"comment.block.playwrong",
"punctuation.definition.comment.playwrong"
],
"settings": {
"foreground": "#6A9955",
"fontStyle": "italic"
}
},
{
"name": "PlayWrong Strings",
"scope": [
"string.quoted.double.playwrong"
],
"settings": {
"foreground": "#CE9178"
}
},
{
"name": "PlayWrong String Punctuation",
"scope": [
"punctuation.definition.string.begin.playwrong",
"punctuation.definition.string.end.playwrong"
],
"settings": {
"foreground": "#CE9178"
}
},
{
"name": "PlayWrong Commands",
"scope": [
"keyword.control.playwrong"
],
"settings": {
"foreground": "#569CD6",
"fontStyle": "bold"
}
},
{
"name": "PlayWrong Parameters",
"scope": [
"entity.name.function.playwrong"
],
"settings": {
"foreground": "#DCDCAA"
}
},
{
"name": "PlayWrong Variables",
"scope": [
"variable.other.playwrong"
],
"settings": {
"foreground": "#9CDCFE"
}
},
{
"name": "PlayWrong Numbers",
"scope": [
"constant.numeric.playwrong"
],
"settings": {
"foreground": "#B5CEA8"
}
}
]
}