export declare namespace ScmColors { const editorGutterModifiedBackground = "editorGutter.modifiedBackground"; const editorGutterAddedBackground = "editorGutter.addedBackground"; const editorGutterDeletedBackground = "editorGutter.deletedBackground"; const handledConflictMinimapOverviewRulerColor = "mergeEditor.conflict.handled.minimapOverViewRuler"; const unhandledConflictMinimapOverviewRulerColor = "mergeEditor.conflict.unhandled.minimapOverViewRuler"; } //# sourceMappingURL=scm-colors.d.ts.map