vscode/extensions/theme-defaults/package.nls.json
David Dossett 4da6b54ee7
Add Light High Contrast theme (#143398)
* Add light HC theme and split quick pick options to light and dark

* Update colorizer tests

* Fix default HC name and add Beta tag to light HC theme

* Revert prettier updates
2022-02-18 14:41:17 -08:00

12 lines
471 B
JSON

{
"displayName": "Default Themes",
"description": "The default Visual Studio light and dark themes",
"darkPlusColorThemeLabel": "Dark+ (default dark)",
"lightPlusColorThemeLabel": "Light+ (default light)",
"darkColorThemeLabel": "Dark (Visual Studio)",
"lightColorThemeLabel": "Light (Visual Studio)",
"hcColorThemeLabel": "Default High Contrast",
"lightHcColorThemeLabel": "Light High Contrast (Beta)",
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
}