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('diffInserted',{dark: defaultInsertColor,light: defaultInsertColor,hc: null},nls.localize('diffInserted','Background color for text that got inserted.'));
1958
-
exportconstdiffRemoved=registerColor('diffRemoved',{dark: defaultRemoveColor,light: defaultRemoveColor,hc: null},nls.localize('diffRemoved','Background color for text that got removed.'));
1959
-
exportconstdiffInsertedOutline=registerColor('diffInsertedOutline',{dark: null,light: null,hc: '#33ff2eff'},nls.localize('diffInsertedOutline','Outline color for the text that got inserted.'));
1960
-
exportconstdiffRemovedOutline=registerColor('diffRemovedOutline',{dark: null,light: null,hc: '#FF008F'},nls.localize('diffRemovedOutline','Outline color for text that got removed.'));
1957
+
exportconstdiffInserted=registerColor('diffEditorInserted',{dark: defaultInsertColor,light: defaultInsertColor,hc: null},nls.localize('diffEditorInserted','Background color for text that got inserted.'));
1958
+
exportconstdiffRemoved=registerColor('diffEditorRemoved',{dark: defaultRemoveColor,light: defaultRemoveColor,hc: null},nls.localize('diffEditorRemoved','Background color for text that got removed.'));
1959
+
exportconstdiffInsertedOutline=registerColor('diffEditorInsertedOutline',{dark: null,light: null,hc: '#33ff2eff'},nls.localize('diffEditorInsertedOutline','Outline color for the text that got inserted.'));
1960
+
exportconstdiffRemovedOutline=registerColor('diffEditorRemovedOutline',{dark: null,light: null,hc: '#FF008F'},nls.localize('diffEditorRemovedOutline','Outline color for text that got removed.'));
0 commit comments