Fixes #2543: [themes] Two themse are marked as default. Why?

This commit is contained in:
Martin Aeschlimann 2016-02-01 11:01:49 +01:00
parent a14adc90be
commit 80f8000c10

View file

@ -9,12 +9,12 @@
"contributes": {
"themes": [
{
"label": "Dark+ (default)",
"label": "Dark+ (default dark)",
"uiTheme": "vs-dark",
"path": "./themes/dark_plus.tmTheme"
},
{
"label": "Light+ (default)",
"label": "Light+ (default light)",
"uiTheme": "vs",
"path": "./themes/light_plus.tmTheme"
}