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
exportconstdiffRemovedOutline=registerColor('diffEditor.removedTextBorder',{dark: null,light: null,hc: '#FF008F'},nls.localize('diffEditorRemovedOutline','Outline color for text that got removed.'));
342
342
343
343
exportconstdiffBorder=registerColor('diffEditor.border',{dark: null,light: null,hc: contrastBorder},nls.localize('diffEditorBorder','Border color between the two text editors.'));
344
+
exportconstdiffDiagonalFill=registerColor('diffEditor.diagonalFill',{dark: '#cccccc33',light: '#22222233',hc: null},nls.localize('diffDiagonalFill',"Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views."));
0 commit comments