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
exportconstdiffBorder=registerColor('diffEditor.border',{dark: null,light: null,hcDark: contrastBorder,hcLight: contrastBorder},nls.localize('diffEditorBorder','Border color between the two text editors.'));
425
425
exportconstdiffDiagonalFill=registerColor('diffEditor.diagonalFill',{dark: '#cccccc33',light: '#22222233',hcDark: null,hcLight: null},nls.localize('diffDiagonalFill',"Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views."));
426
426
427
-
exportconstdiffUnchangedRegionBackground=registerColor('diffEditor.unchangedRegionBackground',{dark: '#3e3e3e',light: '#e4e4e4',hcDark: null,hcLight: null},nls.localize('diffEditor.unchangedRegionBackground',"The background color of unchanged blocks in diff editor."));
428
-
exportconstdiffUnchangedRegionForeground=registerColor('diffEditor.unchangedRegionForeground',{dark: '#a3a2a2',light: '#4d4c4c',hcDark: null,hcLight: null},nls.localize('diffEditor.unchangedRegionForeground',"The foreground color of unchanged blocks in diff editor."));
427
+
exportconstdiffUnchangedRegionBackground=registerColor('diffEditor.unchangedRegionBackground',{dark: '#3e3e3e',light: '#e4e4e4',hcDark: null,hcLight: null},nls.localize('diffEditor.unchangedRegionBackground',"The background color of unchanged blocks in the diff editor."));
428
+
exportconstdiffUnchangedRegionForeground=registerColor('diffEditor.unchangedRegionForeground',{dark: '#a3a2a2',light: '#4d4c4c',hcDark: null,hcLight: null},nls.localize('diffEditor.unchangedRegionForeground',"The foreground color of unchanged blocks in the diff editor."));
429
+
exportconstdiffUnchangedTextBackground=registerColor('diffEditor.unchangedCodeBackground',{dark: '#74747429',light: '#b8b8b829',hcDark: null,hcLight: null},nls.localize('diffEditor.unchangedCodeBackground',"The background color of unchanged code in the diff editor."));
0 commit comments