mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Update theme names and migrate legacy settings (#302085)
* update theme names & make experimental themes new default * feat: migrate legacy theme settings and update notification handling * test: add unit tests for migrateThemeSettingsId function * feat: add command to try new default themes and update notification message * feat: refactor tryNewDefaultThemes command to use Action2 class * feat: update theme names to remove 'Default' prefix and improve theme selection logic * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Regenerated all 126 baseline files (108 regular + 18 tree-sitter) by running the colorize integration tests. --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"displayName": "Default Themes",
|
||||
"description": "The default Visual Studio light and dark themes",
|
||||
"vsCodeLightThemeLabel": "VS Code Light",
|
||||
"vsCodeDarkThemeLabel": "VS Code Dark",
|
||||
"darkPlusColorThemeLabel": "Dark+",
|
||||
"darkModernThemeLabel": "Dark Modern",
|
||||
"lightPlusColorThemeLabel": "Light+",
|
||||
|
||||
Reference in New Issue
Block a user