From 455a8b6949bb01358f74bc5f8980ff8bc81052df Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Tue, 18 May 2021 10:24:01 -0700 Subject: [PATCH] List focus colors are too dark (Fixes #123703) --- extensions/theme-defaults/themes/light_vs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/theme-defaults/themes/light_vs.json b/extensions/theme-defaults/themes/light_vs.json index 5f59dbe7b77..b58b9f88321 100644 --- a/extensions/theme-defaults/themes/light_vs.json +++ b/extensions/theme-defaults/themes/light_vs.json @@ -25,7 +25,7 @@ "notebook.cellBorderColor": "#E8E8E8", "notebook.selectedCellBackground": "#c8ddf150", "statusBarItem.errorBackground": "#c72e0f", - "list.focusHighlightForeground": "#33B6FF" + "list.focusHighlightForeground": "#9DDDFF" }, "tokenColors": [ {