mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 16:25:00 +01:00
16 lines
586 B
JSON
16 lines
586 B
JSON
{
|
|
"displayName": "Default Themes",
|
|
"description": "The default Visual Studio light and dark themes",
|
|
"light2026ThemeLabel": "Light 2026",
|
|
"dark2026ThemeLabel": "Dark 2026",
|
|
"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)"
|
|
}
|