Fix listFocusHighlightForeground

This commit is contained in:
David Dossett 2024-03-26 13:57:09 -07:00
parent 17e86debf7
commit 55f5904cc3
No known key found for this signature in database
GPG key ID: 52AE5593859A97F3

View file

@ -83,7 +83,7 @@ export const listHighlightForeground = registerColor('list.highlightForeground',
nls.localize('highlight', 'List/Tree foreground color of the match highlights when searching inside the list/tree.'));
export const listFocusHighlightForeground = registerColor('list.focusHighlightForeground',
{ dark: listHighlightForeground, light: ifDefinedThenElse(listActiveSelectionBackground, listHighlightForeground, '#BBE7FF'), hcDark: listHighlightForeground, hcLight: listHighlightForeground },
{ dark: listHighlightForeground, light: listHighlightForeground, hcDark: listHighlightForeground, hcLight: listHighlightForeground },
nls.localize('listFocusHighlightForeground', 'List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree.'));
export const listInvalidItemForeground = registerColor('list.invalidItemForeground',