From 3ec917c359d0e2e5890ff25d72e1cbf0b487d069 Mon Sep 17 00:00:00 2001 From: David Dossett <25163139+daviddossett@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:59:08 -0800 Subject: [PATCH] Brighten list selection foreground in 2026 dark theme (#296053) --- extensions/theme-2026/themes/2026-dark.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/theme-2026/themes/2026-dark.json b/extensions/theme-2026/themes/2026-dark.json index 17cb3439ddd..2ef19c0e59d 100644 --- a/extensions/theme-2026/themes/2026-dark.json +++ b/extensions/theme-2026/themes/2026-dark.json @@ -54,9 +54,9 @@ "badge.foreground": "#FFFFFF", "progressBar.background": "#878889", "list.activeSelectionBackground": "#3994BC26", - "list.activeSelectionForeground": "#bfbfbf", + "list.activeSelectionForeground": "#ededed", "list.inactiveSelectionBackground": "#2C2D2E", - "list.inactiveSelectionForeground": "#bfbfbf", + "list.inactiveSelectionForeground": "#ededed", "list.hoverBackground": "#262728", "list.hoverForeground": "#bfbfbf", "list.dropBackground": "#3994BC1A",