{
    // 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"
            }
        }
    ]
}
