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
@@ -886,10 +886,21 @@ for (let i = 1; i <= 7; i++) {
886
886
}
887
887
888
888
exportconstfoldBackgroundBackground=registerColor('editor.foldBackground',{light: transparent(editorSelectionBackground,0.3),dark: transparent(editorSelectionBackground,0.3),hc: null},nls.localize('editorSelectionBackground',"Color of the editor selection."));
889
+
exportconsteditorFoldForeground=registerColor('editor.foldForeground',{dark: iconForeground,light: iconForeground,hc: iconForeground},nls.localize('editor.foldForeground','Color of the editor folding icons.'));
0 commit comments