{ "name": "theme-solarized-light", "displayName": "%displayName%", "description": "%description%", "version": "1.0.0", "publisher": "vscode", "license": "MIT", "engines": { "vscode": "*" }, "contributes": { "themes": [ { "id": "Solarized Light", "label": "%themeLabel%", "uiTheme": "vs", "path": "./themes/solarized-light-color-theme.json" } ] }, "repository": { "type": "git", "url": "https://github.com/microsoft/vscode.git" } }