mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
preferredHighContrastLightTheme setting and more changes
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"path": "./themes/hc_black.json"
|
||||
},
|
||||
{
|
||||
"id": "Light High Contrast",
|
||||
"id": "Default High Contrast Light",
|
||||
"label": "%lightHcColorThemeLabel%",
|
||||
"uiTheme": "hc-light",
|
||||
"path": "./themes/hc_light.json"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"$schema": "vscode://schemas/color-theme",
|
||||
"name": "Light High Contrast",
|
||||
"type": "hc",
|
||||
"colors": {
|
||||
"contrastActiveBorder": "#0F4A85",
|
||||
"contrastBorder": "#0F4A85",
|
||||
|
||||
Reference in New Issue
Block a user