Brighten list selection foreground in 2026 dark theme (#296053)

This commit is contained in:
David Dossett
2026-02-18 09:59:08 -08:00
committed by GitHub
parent bae06f0a06
commit 3ec917c359
+2 -2
View File
@@ -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",