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
This commit is contained in:
David Dossett
2022-02-18 14:41:17 -08:00
committed by GitHub
parent 17fb3990ff
commit 4da6b54ee7
97 changed files with 33995 additions and 16554 deletions

View File

@@ -5,6 +5,7 @@
"lightPlusColorThemeLabel": "Light+ (default light)",
"darkColorThemeLabel": "Dark (Visual Studio)",
"lightColorThemeLabel": "Light (Visual Studio)",
"hcColorThemeLabel": "High Contrast",
"hcColorThemeLabel": "Default High Contrast",
"lightHcColorThemeLabel": "Light High Contrast (Beta)",
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
}