vscode/extensions/theme-colorful-defaults/package.json
2016-01-25 20:46:37 +01:00

23 lines
No EOL
685 B
JSON

{
"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": "aeschli",
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"label": "Dark+ (default)",
"uiTheme": "vs-dark",
"path": "./themes/dark_plus.tmTheme"
},
{
"label": "Light+ (default)",
"uiTheme": "vs",
"path": "./themes/light_plus.tmTheme"
}
]
}
}