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
exportconstdiffInserted=registerColor('diffEditor.insertedTextBackground',{dark: defaultInsertColor,light: defaultInsertColor,hcDark: null,hcLight: null},nls.localize('diffEditorInserted','Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.'),true);
408
-
exportconstdiffRemoved=registerColor('diffEditor.removedTextBackground',{dark: defaultRemoveColor,light: defaultRemoveColor,hcDark: null,hcLight: null},nls.localize('diffEditorRemoved','Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.'),true);
407
+
exportconstdiffInserted=registerColor('diffEditor.insertedTextBackground',{dark: '#9ccc2c33',light: '#9ccc2c66',hcDark: null,hcLight: null},nls.localize('diffEditorInserted','Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.'),true);
408
+
exportconstdiffRemoved=registerColor('diffEditor.removedTextBackground',{dark: '#ff000066',light: '#ff00004d',hcDark: null,hcLight: null},nls.localize('diffEditorRemoved','Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.'),true);
409
409
410
-
exportconstdiffInsertedLine=registerColor('diffEditor.insertedLineBackground',{dark: null,light: null,hcDark: null,hcLight: null},nls.localize('diffEditorInsertedLines','Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.'),true);
411
-
exportconstdiffRemovedLine=registerColor('diffEditor.removedLineBackground',{dark: null,light: null,hcDark: null,hcLight: null},nls.localize('diffEditorRemovedLines','Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.'),true);
410
+
exportconstdiffInsertedLine=registerColor('diffEditor.insertedLineBackground',{dark: defaultInsertColor,light: defaultInsertColor,hcDark: null,hcLight: null},nls.localize('diffEditorInsertedLines','Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.'),true);
411
+
exportconstdiffRemovedLine=registerColor('diffEditor.removedLineBackground',{dark: defaultRemoveColor,light: defaultRemoveColor,hcDark: null,hcLight: null},nls.localize('diffEditorRemovedLines','Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.'),true);
412
412
413
413
exportconstdiffInsertedLineGutter=registerColor('diffEditorGutter.insertedLineBackground',{dark: null,light: null,hcDark: null,hcLight: null},nls.localize('diffEditorInsertedLineGutter','Background color for the margin where lines got inserted.'));
414
414
exportconstdiffRemovedLineGutter=registerColor('diffEditorGutter.removedLineBackground',{dark: null,light: null,hcDark: null,hcLight: null},nls.localize('diffEditorRemovedLineGutter','Background color for the margin where lines got removed.'));
0 commit comments