mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
rename VS Code Dark -> Dark 2026 (#306364)
This commit is contained in:
committed by
GitHub
parent
f91019e767
commit
cc13977fc4
@@ -14,14 +14,14 @@
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "VS Code Light",
|
||||
"label": "%vsCodeLightThemeLabel%",
|
||||
"id": "Light 2026",
|
||||
"label": "%light2026ThemeLabel%",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/2026-light.json"
|
||||
},
|
||||
{
|
||||
"id": "VS Code Dark",
|
||||
"label": "%vsCodeDarkThemeLabel%",
|
||||
"id": "Dark 2026",
|
||||
"label": "%dark2026ThemeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/2026-dark.json"
|
||||
},
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"displayName": "Default Themes",
|
||||
"description": "The default Visual Studio light and dark themes",
|
||||
"vsCodeLightThemeLabel": "VS Code Light",
|
||||
"vsCodeDarkThemeLabel": "VS Code Dark",
|
||||
"light2026ThemeLabel": "Light 2026",
|
||||
"dark2026ThemeLabel": "Dark 2026",
|
||||
"darkPlusColorThemeLabel": "Dark+",
|
||||
"darkModernThemeLabel": "Dark Modern",
|
||||
"lightPlusColorThemeLabel": "Light+",
|
||||
|
||||
Reference in New Issue
Block a user