mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-21 07:39:51 +01:00
8b69774b44
* themes: fix match highlight contrast in focused quick pick rows Add list.focusHighlightForeground: #FFFFFF to the 2026 Dark and 2026 Light themes so search match highlights remain legible against the saturated blue focused row background introduced in #313740. The original list.highlightForeground (blue) is preserved for unfocused rows, retaining the prior accessibility fix. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Use quick-pick-specific token for focused match highlights Address review: instead of overriding the global `list.focusHighlightForeground` (which would impact all lists/trees in the workbench, including those with light tinted focus backgrounds in 2026 Light), introduce a new `quickInputList.focusHighlightForeground` color token scoped to the quick pick. Update quickInput.css to use the new token and set it to white in the 2026 Dark and 2026 Light themes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>