blob: 6f0032c64a762e3e2c7f97bcfb1bb02096a42e30 [file] [log] [blame]
{
// Some comment
"include": "simpleTheme.jsonc",
"name": "TestTheme",
"type": "dark",
"colors": {
"dropdown.background": "#fff"
},
"tokenColors": [
{
"settings": {
"foreground": "#fff"
}
},
{
"scope": "a",
"settings": {
"foreground": "#fff"
}
},
{
"scope": ["a", "b"],
"settings": {
"foreground": "#000"
}
}
]
}