remove experimental from label

This commit is contained in:
Martin Aeschlimann 2016-01-07 10:49:22 +01:00
parent 2dd02eba0b
commit bdae5cdc6d

View file

@ -9,14 +9,14 @@
"contributes": {
"themes": [
{
"label": "Dark+ (Experimental)",
"description": "Default dark theme with a touch of color - Please provide feedback in issue 1849",
"label": "Dark+",
"description": "Default dark theme with a touch of color",
"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",
"label": "Light+",
"description": "Default light theme with a touch of color",
"uiTheme": "vs",
"path": "./themes/light_plus.tmTheme"
}