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
exportconstlistFilterWidgetBackground=registerColor('listFilterWidget.background',{light: darken(editorWidgetBackground,0),dark: lighten(editorWidgetBackground,0),hcDark: editorWidgetBackground,hcLight: editorWidgetBackground},nls.localize('listFilterWidgetBackground','Background color of the type filter widget in lists and trees.'));
451
451
exportconstlistFilterWidgetOutline=registerColor('listFilterWidget.outline',{dark: Color.transparent,light: Color.transparent,hcDark: '#f38518',hcLight: '#007ACC'},nls.localize('listFilterWidgetOutline','Outline color of the type filter widget in lists and trees.'));
452
452
exportconstlistFilterWidgetNoMatchesOutline=registerColor('listFilterWidget.noMatchesOutline',{dark: '#BE1100',light: '#BE1100',hcDark: contrastBorder,hcLight: contrastBorder},nls.localize('listFilterWidgetNoMatchesOutline','Outline color of the type filter widget in lists and trees, when there are no matches.'));
453
-
exportconstlistFilterWidgetShadow=registerColor('listFilterWidget.shadow',{dark: widgetShadow,light: widgetShadow,hcDark: widgetShadow,hcLight: widgetShadow},nls.localize('listFilterWidgetShadow','Shadown color of the type filter widget in lists and trees.'));
453
+
exportconstlistFilterWidgetShadow=registerColor('listFilterWidget.shadow',{dark: widgetShadow,light: widgetShadow,hcDark: widgetShadow,hcLight: widgetShadow},nls.localize('listFilterWidgetShadow','Shadow color of the type filter widget in lists and trees.'));
454
454
exportconstlistFilterMatchHighlight=registerColor('list.filterMatchBackground',{dark: editorFindMatchHighlight,light: editorFindMatchHighlight,hcDark: null,hcLight: null},nls.localize('listFilterMatchHighlight','Background color of the filtered match.'));
455
455
exportconstlistFilterMatchHighlightBorder=registerColor('list.filterMatchBorder',{dark: editorFindMatchHighlightBorder,light: editorFindMatchHighlightBorder,hcDark: contrastBorder,hcLight: activeContrastBorder},nls.localize('listFilterMatchHighlightBorder','Border color of the filtered match.'));
456
456
exportconsttreeIndentGuidesStroke=registerColor('tree.indentGuidesStroke',{dark: '#585858',light: '#a9a9a9',hcDark: '#a9a9a9',hcLight: '#a5a5a5'},nls.localize('treeIndentGuidesStroke',"Tree stroke color for the indentation guides."));
0 commit comments