List focus colors are too dark (Fixes #123703)

This commit is contained in:
Miguel Solorio
2021-05-18 10:24:01 -07:00
parent e02714b577
commit 455a8b6949

View File

@@ -25,7 +25,7 @@
"notebook.cellBorderColor": "#E8E8E8",
"notebook.selectedCellBackground": "#c8ddf150",
"statusBarItem.errorBackground": "#c72e0f",
"list.focusHighlightForeground": "#33B6FF"
"list.focusHighlightForeground": "#9DDDFF"
},
"tokenColors": [
{