{ "publisher": "theme", "name": "goodtheme", "version": "1.0.0", "displayName": "Good Theme", "description": "A pure theme with no runtime code", "engines": { "vscode": "^1.80.0" }, "categories": ["Themes"], "contributes": { "themes": [ { "label": "Good Dark", "uiTheme": "vs-dark", "path": "./themes/good-dark.json" } ] } }