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

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

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