Default theme name polish

This commit is contained in:
Martin Aeschlimann
2016-01-25 20:46:22 +01:00
parent 5fed344f5b
commit 0f12aa4ff8
3 changed files with 5 additions and 7 deletions

View File

@@ -9,14 +9,12 @@
"contributes": {
"themes": [
{
"label": "Dark+",
"description": "Default dark theme with a touch of color",
"label": "Dark+ (default)",
"uiTheme": "vs-dark",
"path": "./themes/dark_plus.tmTheme"
},
{
"label": "Light+",
"description": "Default light theme with a touch of color",
"label": "Light+ (default)",
"uiTheme": "vs",
"path": "./themes/light_plus.tmTheme"
}