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
constdeprecatedEditorActiveLineNumber=registerColor('editorActiveLineNumber.foreground',{dark: '#c6c6c6',light: '#0B216F',hcDark: activeContrastBorder,hcLight: activeContrastBorder},nls.localize('editorActiveLineNumber','Color of editor active line number'),false,nls.localize('deprecatedEditorActiveLineNumber','Id is deprecated. Use \'editorLineNumber.activeForeground\' instead.'));
29
29
exportconsteditorActiveLineNumber=registerColor('editorLineNumber.activeForeground',{dark: deprecatedEditorActiveLineNumber,light: deprecatedEditorActiveLineNumber,hcDark: deprecatedEditorActiveLineNumber,hcLight: deprecatedEditorActiveLineNumber},nls.localize('editorActiveLineNumber','Color of editor active line number'));
30
+
exportconsteditorDimmedLineNumber=registerColor('editorLineNumber.dimmedForeground',{dark: null,light: null,hcDark: null,hcLight: null},nls.localize('editorDimmedLineNumber','Color of the final editor line when editor.renderFinalNewline is set to dimmed.'));
30
31
31
32
exportconsteditorRuler=registerColor('editorRuler.foreground',{dark: '#5A5A5A',light: Color.lightgrey,hcDark: Color.white,hcLight: '#292929'},nls.localize('editorRuler','Color of the editor rulers.'));
0 commit comments