This commit is contained in:
seb
2025-07-17 05:32:02 +02:00
commit a492223e45
24 changed files with 3880 additions and 0 deletions

View File

@@ -0,0 +1,75 @@
{
"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"
}
}
]
}