mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 05:37:45 +00:00
* Add experimental default dark/light themes * Update themes and name * Add colorizer test results * Update accent color * Fix status bar no folder background issue * Fix tree indent strokes * Update lighter layer * Fix breadcrumbs * Update accent * Update light lights and dark links * Update colorizer test
14 lines
597 B
JSON
14 lines
597 B
JSON
{
|
|
"displayName": "Default Themes",
|
|
"description": "The default Visual Studio light and dark themes",
|
|
"darkPlusColorThemeLabel": "Dark+ (default dark)",
|
|
"darkPlusExperimentalColorThemeLabel": "Dark+ V2 (Experimental)",
|
|
"lightPlusColorThemeLabel": "Light+ (default light)",
|
|
"lightPlusExperimentalColorThemeLabel": "Light+ V2 (Experimental)",
|
|
"darkColorThemeLabel": "Dark (Visual Studio)",
|
|
"lightColorThemeLabel": "Light (Visual Studio)",
|
|
"hcColorThemeLabel": "Dark High Contrast",
|
|
"lightHcColorThemeLabel": "Light High Contrast",
|
|
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
|
|
}
|