Genesis
This commit is contained in:
75
.vscode/extensions/playwrong-syntax/themes/playwrong-theme.json
vendored
Normal file
75
.vscode/extensions/playwrong-syntax/themes/playwrong-theme.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user