Port of Vscode fix for colors too close (#17146)

* default light colors list.focusHighlightForeground too close to list.activeSelectionBackground. Fixes #127597

* remove activeSelectionBackground from theme-carbon as it conflicts with vscode.

* remove dark carbon background

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
This commit is contained in:
Alex Ma
2021-09-27 14:13:21 -07:00
committed by GitHub
parent 18295813ae
commit 6b2e950f68
5 changed files with 15 additions and 10 deletions

View File

@@ -24,8 +24,7 @@
"tab.lastPinnedBorder": "#61616130",
"notebook.cellBorderColor": "#E8E8E8",
"notebook.selectedCellBackground": "#c8ddf150",
"statusBarItem.errorBackground": "#c72e0f",
"list.focusHighlightForeground": "#9DDDFF"
"statusBarItem.errorBackground": "#c72e0f"
},
"tokenColors": [
{