mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Rename new default theme files (#183001)
* Rename new default theme files * Update tests
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
},
|
||||
{
|
||||
"id": "Default Dark Modern",
|
||||
"label": "%darkPlusExperimentalColorThemeLabel%",
|
||||
"label": "%darkModernThemeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/dark_plus_experimental.json"
|
||||
"path": "./themes/dark_modern.json"
|
||||
},
|
||||
{
|
||||
"id": "Default Light+",
|
||||
@@ -33,9 +33,9 @@
|
||||
},
|
||||
{
|
||||
"id": "Default Light Modern",
|
||||
"label": "%lightPlusExperimentalColorThemeLabel%",
|
||||
"label": "%lightModernThemeLabel%",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/light_plus_experimental.json"
|
||||
"path": "./themes/light_modern.json"
|
||||
},
|
||||
{
|
||||
"id": "Visual Studio Dark",
|
||||
|
||||
Reference in New Issue
Block a user