[themes] theme names are all not localized. Fixes #109840

This commit is contained in:
Martin Aeschlimann
2020-11-03 09:46:29 +01:00
parent c8b48d0d99
commit 183b2a2892
22 changed files with 73 additions and 48 deletions
+3 -2
View File
@@ -9,10 +9,11 @@
"contributes": {
"themes": [
{
"label": "Abyss",
"id": "Abyss",
"label": "%themeLabel%",
"uiTheme": "vs-dark",
"path": "./themes/abyss-color-theme.json"
}
]
}
}
}