From 6a42d4e43b4bb16ada93918293f870befeeedae1 Mon Sep 17 00:00:00 2001 From: David Dossett Date: Tue, 7 Feb 2023 09:12:47 -0800 Subject: [PATCH] Fix active list icon foreground in light+ v2 theme (#172668) --- extensions/theme-defaults/themes/light_plus_experimental.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/theme-defaults/themes/light_plus_experimental.json b/extensions/theme-defaults/themes/light_plus_experimental.json index 213a86a11e8..067882dc03a 100644 --- a/extensions/theme-defaults/themes/light_plus_experimental.json +++ b/extensions/theme-defaults/themes/light_plus_experimental.json @@ -65,6 +65,7 @@ "keybindingLabel.foreground": "#000000e4", "list.activeSelectionBackground": "#e8e8e8", "list.activeSelectionForeground": "#000000", + "list.activeSelectionIconForeground": "#000000", "list.hoverBackground": "#f2f2f2", "menu.border": "#D4D4D4", "notebook.cellBorderColor": "#E8E8E8",