mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 16:25:00 +01:00
* 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>
16 lines
596 B
JSON
16 lines
596 B
JSON
{
|
|
"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+",
|
|
"lightModernThemeLabel": "Light Modern",
|
|
"darkColorThemeLabel": "Dark (Visual Studio)",
|
|
"lightColorThemeLabel": "Light (Visual Studio)",
|
|
"hcColorThemeLabel": "Dark High Contrast",
|
|
"lightHcColorThemeLabel": "Light High Contrast",
|
|
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
|
|
}
|