Skip to content

Commit

Permalink
Default Themes: Rename Experimental to Dark Modern (#180785)
Browse files Browse the repository at this point in the history
Default Themes: Rename Experimental to Modern
  • Loading branch information
aeschli committed Apr 25, 2023
1 parent 14ea89e commit e04309e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions extensions/theme-defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"path": "./themes/dark_plus.json"
},
{
"id": "Default Dark+ Experimental",
"id": "Default Dark Modern",
"label": "%darkPlusExperimentalColorThemeLabel%",
"uiTheme": "vs-dark",
"path": "./themes/dark_plus_experimental.json"
Expand All @@ -32,7 +32,7 @@
"path": "./themes/light_plus.json"
},
{
"id": "Default Light+ Experimental",
"id": "Default Light Modern",
"label": "%lightPlusExperimentalColorThemeLabel%",
"uiTheme": "vs",
"path": "./themes/light_plus_experimental.json"
Expand Down
4 changes: 2 additions & 2 deletions extensions/theme-defaults/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"displayName": "Default Themes",
"description": "The default Visual Studio light and dark themes",
"darkPlusColorThemeLabel": "Dark+",
"darkPlusExperimentalColorThemeLabel": "Dark+ Experimental",
"darkPlusExperimentalColorThemeLabel": "Dark Modern",
"lightPlusColorThemeLabel": "Light+",
"lightPlusExperimentalColorThemeLabel": "Light+ Experimental",
"lightPlusExperimentalColorThemeLabel": "Light Modern",
"darkColorThemeLabel": "Dark (Visual Studio)",
"lightColorThemeLabel": "Light (Visual Studio)",
"hcColorThemeLabel": "Dark High Contrast",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Dark+ (Experimental)",
"name": "Default Dark Modern",
"include": "./dark_plus.json",
"colors": {
"activityBar.activeBorder": "#0078d4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Light+ (Experimental)",
"name": "Default Light Modern",
"include": "./light_plus.json",
"colors": {
"activityBar.activeBorder": "#005FB8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export enum ThemeSettings {
}

export enum ThemeSettingDefaults {
COLOR_THEME_DARK = 'Default Dark+ Experimental',
COLOR_THEME_LIGHT = 'Default Light+ Experimental',
COLOR_THEME_DARK = 'Default Dark Modern',
COLOR_THEME_LIGHT = 'Default Light Modern',
COLOR_THEME_HC_DARK = 'Default High Contrast',
COLOR_THEME_HC_LIGHT = 'Default High Contrast Light',

Expand Down

0 comments on commit e04309e

Please sign in to comment.