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
@@ -362,3 +357,12 @@ export function setCollapseStateForType(foldingModel: FoldingModel, type: string
362
357
}
363
358
foldingModel.toggleCollapseState(toToggle);
364
359
}
360
+
361
+
exportconstfoldBackgroundBackground=registerColor('editor.foldBackground',{light: darken(editorSelectionBackground,0.6),dark: lighten(editorSelectionBackground,0.6),hc: null},nls.localize('editorSelectionBackground',"Color of the editor selection."));
0 commit comments