[theme] rename extension to 'colorful-defaults'

This commit is contained in:
Martin Aeschlimann 2016-01-07 09:49:04 +01:00
parent b3c2dd835c
commit 2dd02eba0b
4 changed files with 25 additions and 22 deletions

View file

@ -0,0 +1,25 @@
{
"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.5",
"publisher": "aeschli",
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"label": "Dark+ (Experimental)",
"description": "Default dark theme with a touch of color - Please provide feedback in issue 1849",
"uiTheme": "vs-dark",
"path": "./themes/dark_plus.tmTheme"
},
{
"label": "Light+ (Experimental)",
"description": "Default light theme with a touch of color - Please provide feedback in issue 1849",
"uiTheme": "vs",
"path": "./themes/light_plus.tmTheme"
}
]
}
}

View file

@ -1,22 +0,0 @@
{
"name": "theme-dark-plus",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"label": "Dark+",
"description": "Dark theme with a touch of color",
"uiTheme": "vs-dark",
"path": "./themes/dark_plus.tmTheme"
},
{
"label": "Light+",
"description": "Light theme with a touch of color",
"uiTheme": "vs",
"path": "./themes/light_plus.tmTheme"
}
]
}
}