vscode/extensions/theme-defaults/package.nls.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
512 B
JSON
Raw Normal View History

2018-02-19 17:38:12 +00:00
{
"displayName": "Default Themes",
"description": "The default Visual Studio light and dark themes",
2023-04-12 22:45:39 +00:00
"darkPlusColorThemeLabel": "Dark+",
"darkModernThemeLabel": "Dark Modern",
2023-04-12 22:45:39 +00:00
"lightPlusColorThemeLabel": "Light+",
"lightModernThemeLabel": "Light Modern",
"darkColorThemeLabel": "Dark (Visual Studio)",
"lightColorThemeLabel": "Light (Visual Studio)",
2022-02-22 22:19:48 +00:00
"hcColorThemeLabel": "Dark High Contrast",
2022-04-08 18:03:29 +00:00
"lightHcColorThemeLabel": "Light High Contrast",
2020-11-03 10:06:48 +00:00
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
}