{ "name": "theme-colorful-defaults", "displayName": "Colorful Default Themes - Please provide feedback in issue 1849", "description": "The default VS Code Light and Dark themes with a touch of color. We are considering adding these to the default themes in the January release. Please provide feedback in issue 1849.", "categories": [ "Themes" ], "version": "0.1.10", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { "themes": [ { "label": "Dark+ (default dark)", "uiTheme": "vs-dark", "path": "./themes/dark_plus.tmTheme" }, { "label": "Light+ (default light)", "uiTheme": "vs", "path": "./themes/light_plus.tmTheme" } ] } }