You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstlistActiveSelectionForeground=registerColor('list.activeSelectionForeground',{dark: Color.white,light: Color.white,hc: null},nls.localize('listActiveSelectionForeground',"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not."));
193
193
exportconstlistInactiveSelectionBackground=registerColor('list.inactiveSelectionBackground',{dark: '#3F3F46',light: '#CCCEDB',hc: null},nls.localize('listInactiveSelectionBackground',"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
194
194
exportconstlistInactiveSelectionForeground=registerColor('list.inactiveSelectionForeground',{dark: null,light: null,hc: null},nls.localize('listInactiveSelectionForeground',"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
195
-
exportconstlistInactiveFocusBackground=registerColor('list.inactiveFocusBackground',{dark: '#313135',light: '#d8dae6',hc: null},nls.localize('listInactiveSelectionBackground',"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
196
-
exportconstlistInactiveFocusForeground=registerColor('list.inactiveFocusForeground',{dark: null,light: null,hc: null},nls.localize('listInactiveSelectionForeground',"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not."));
197
195
exportconstlistHoverBackground=registerColor('list.hoverBackground',{dark: '#2A2D2E',light: '#F0F0F0',hc: null},nls.localize('listHoverBackground',"List/Tree background when hovering over items using the mouse."));
198
196
exportconstlistHoverForeground=registerColor('list.hoverForeground',{dark: null,light: null,hc: null},nls.localize('listHoverForeground',"List/Tree foreground when hovering over items using the mouse."));
199
197
exportconstlistDropBackground=registerColor('list.dropBackground',{dark: listFocusBackground,light: listFocusBackground,hc: null},nls.localize('listDropBackground',"List/Tree drag and drop background when moving items around using the mouse."));
0 commit comments