mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
* bring back grammar extensions * fix hygiene * Revert "pull themes from the marketplace" This reverts commit 0738f76daca6fb1a4693c7fbc08ea93814c00d39.
11 lines
406 B
JSON
11 lines
406 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": "High Contrast",
|
|
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
|
|
}
|