提交 183b2a28 编写于 作者: M Martin Aeschlimann

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

上级 c8b48d0d
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"contributes": { "contributes": {
"themes": [ "themes": [
{ {
"label": "Abyss", "id": "Abyss",
"label": "%themeLabel%",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/abyss-color-theme.json" "path": "./themes/abyss-color-theme.json"
} }
......
{ {
"displayName": "Abyss Theme", "displayName": "Abyss Theme",
"description": "Abyss theme for Visual Studio Code" "description": "Abyss theme for Visual Studio Code",
"themeLabel": "Abyss"
} }
...@@ -11,31 +11,31 @@ ...@@ -11,31 +11,31 @@
"themes": [ "themes": [
{ {
"id": "Default Dark+", "id": "Default Dark+",
"label": "Dark+ (default dark)", "label": "%darkPlusColorThemeLabel%",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/dark_plus.json" "path": "./themes/dark_plus.json"
}, },
{ {
"id": "Default Light+", "id": "Default Light+",
"label": "Light+ (default light)", "label": "%lightPlusColorThemeLabel%",
"uiTheme": "vs", "uiTheme": "vs",
"path": "./themes/light_plus.json" "path": "./themes/light_plus.json"
}, },
{ {
"id": "Visual Studio Dark", "id": "Visual Studio Dark",
"label": "Dark (Visual Studio)", "label": "%darkColorThemeLabel%",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/dark_vs.json" "path": "./themes/dark_vs.json"
}, },
{ {
"id": "Visual Studio Light", "id": "Visual Studio Light",
"label": "Light (Visual Studio)", "label": "%lightColorThemeLabel%",
"uiTheme": "vs", "uiTheme": "vs",
"path": "./themes/light_vs.json" "path": "./themes/light_vs.json"
}, },
{ {
"id": "Default High Contrast", "id": "Default High Contrast",
"label": "High Contrast", "label": "%hcColorThemeLabel%",
"uiTheme": "hc-black", "uiTheme": "hc-black",
"path": "./themes/hc_black.json" "path": "./themes/hc_black.json"
} }
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"iconThemes": [ "iconThemes": [
{ {
"id": "vs-minimal", "id": "vs-minimal",
"label": "Minimal (Visual Studio Code)", "label": "%minimalIconThemeLabel%",
"path": "./fileicons/vs_minimal-icon-theme.json" "path": "./fileicons/vs_minimal-icon-theme.json"
} }
] ]
......
{ {
"displayName": "Default Themes", "displayName": "Default Themes",
"description": "The default Visual Studio light and dark themes" "description": "The default Visual Studio light and dark themes",
"darkPlusColorThemeLabel": "Dark+ (default dark)",
"lightPlusColorThemeLabel": "Light+ (default light)",
"darkColorThemeLabel": "Dark (Visual Studio)",
"lightColorThemeLabel": "Light (Visual Studio)",
"hcColorThemeLabel": "High Contrast",
"minimalIconThemeLabel": "Minimal (Visual Studio Code)",
} }
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"contributes": { "contributes": {
"themes": [ "themes": [
{ {
"label": "Kimbie Dark", "id": "Kimbie Dark",
"label": "%themeLabel%",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/kimbie-dark-color-theme.json" "path": "./themes/kimbie-dark-color-theme.json"
} }
......
{ {
"displayName": "Kimbie Dark Theme", "displayName": "Kimbie Dark Theme",
"description": "Kimbie dark theme for Visual Studio Code" "description": "Kimbie dark theme for Visual Studio Code",
"themeLabel": "Kimbie Dark"
} }
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"contributes": { "contributes": {
"themes": [ "themes": [
{ {
"label": "Monokai Dimmed", "id": "Monokai Dimmed",
"label": "%themeLabel%",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/dimmed-monokai-color-theme.json" "path": "./themes/dimmed-monokai-color-theme.json"
} }
......
{ {
"displayName": "Monokai Dimmed Theme", "displayName": "Monokai Dimmed Theme",
"description": "Monokai dimmed theme for Visual Studio Code" "description": "Monokai dimmed theme for Visual Studio Code",
"themeLabel": "Monokai Dimmed"
} }
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"contributes": { "contributes": {
"themes": [ "themes": [
{ {
"label": "Monokai", "id": "Monokai",
"label": "%themeLabel%",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/monokai-color-theme.json" "path": "./themes/monokai-color-theme.json"
} }
......
{ {
"displayName": "Monokai Theme", "displayName": "Monokai Theme",
"description": "Monokai theme for Visual Studio Code" "description": "Monokai theme for Visual Studio Code",
"themeLabel": "Monokai"
} }
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"contributes": { "contributes": {
"themes": [ "themes": [
{ {
"label": "Quiet Light", "id": "Quiet Light",
"label": "%themeLabel%",
"uiTheme": "vs", "uiTheme": "vs",
"path": "./themes/quietlight-color-theme.json" "path": "./themes/quietlight-color-theme.json"
} }
......
{ {
"displayName": "Quiet Light Theme", "displayName": "Quiet Light Theme",
"description": "Quiet light theme for Visual Studio Code" "description": "Quiet light theme for Visual Studio Code",
"themeLabel": "Quiet Light"
} }
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"contributes": { "contributes": {
"themes": [ "themes": [
{ {
"label": "Red", "id": "Red",
"label": "%themeLabel%",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/Red-color-theme.json" "path": "./themes/Red-color-theme.json"
} }
......
{ {
"displayName": "Red Theme", "displayName": "Red Theme",
"description": "Red theme for Visual Studio Code" "description": "Red theme for Visual Studio Code",
"themeLabel": "Red"
} }
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"iconThemes": [ "iconThemes": [
{ {
"id": "vs-seti", "id": "vs-seti",
"label": "Seti (Visual Studio Code)", "label": "%themeLabel%",
"path": "./icons/vs-seti-icon-theme.json" "path": "./icons/vs-seti-icon-theme.json"
} }
] ]
......
{ {
"displayName": "Seti File Icon Theme", "displayName": "Seti File Icon Theme",
"description": "A file icon theme made out of the Seti UI file icons" "description": "A file icon theme made out of the Seti UI file icons",
"themeLabel": "Seti (Visual Studio Code)"
} }
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"contributes": { "contributes": {
"themes": [ "themes": [
{ {
"label": "Solarized Dark", "id": "Solarized Dark",
"label": "%themeLabel%",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/solarized-dark-color-theme.json" "path": "./themes/solarized-dark-color-theme.json"
} }
......
{ {
"displayName": "Solarized Dark Theme", "displayName": "Solarized Dark Theme",
"description": "Solarized dark theme for Visual Studio Code" "description": "Solarized dark theme for Visual Studio Code",
"themeLabel": "Solarized Dark"
} }
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"contributes": { "contributes": {
"themes": [ "themes": [
{ {
"label": "Solarized Light", "id": "Solarized Light",
"label": "%themeLabel%",
"uiTheme": "vs", "uiTheme": "vs",
"path": "./themes/solarized-light-color-theme.json" "path": "./themes/solarized-light-color-theme.json"
} }
......
{ {
"displayName": "Solarized Light Theme", "displayName": "Solarized Light Theme",
"description": "Solarized light theme for Visual Studio Code" "description": "Solarized light theme for Visual Studio Code",
"themeLabel": "Solarized Light"
} }
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"contributes": { "contributes": {
"themes": [ "themes": [
{ {
"label": "Tomorrow Night Blue", "id": "Tomorrow Night Blue",
"label": "%themeLabel%",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/tomorrow-night-blue-theme.json" "path": "./themes/tomorrow-night-blue-theme.json"
} }
......
{ {
"displayName": "Tomorrow Night Blue Theme", "displayName": "Tomorrow Night Blue Theme",
"description": "Tomorrow night blue theme for Visual Studio Code" "description": "Tomorrow night blue theme for Visual Studio Code",
"themeLabel": "Quiet Light"
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册