From 1d28efe34cd6cb4d114398af890f7f660d0bf156 Mon Sep 17 00:00:00 2001 From: David Dossett Date: Thu, 3 Aug 2023 16:11:41 -0700 Subject: [PATCH] Fix light modern list focus outline (#189590) --- extensions/theme-defaults/themes/light_modern.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/theme-defaults/themes/light_modern.json b/extensions/theme-defaults/themes/light_modern.json index e59e5096e44..d40597c1c96 100644 --- a/extensions/theme-defaults/themes/light_modern.json +++ b/extensions/theme-defaults/themes/light_modern.json @@ -58,6 +58,7 @@ "list.activeSelectionForeground": "#000000", "list.activeSelectionIconForeground": "#000000", "list.hoverBackground": "#f2f2f2", + "list.focusAndSelectionOutline": "#005FB8", "menu.border": "#D4D4D4", "notebook.cellBorderColor": "#E8E8E8", "notebook.selectedCellBackground": "#c8ddf150",