Remove imagePreview.border

Fixes #122917

This key is not user anywhere and no one has noticed that it has not worked for at least a year
This commit is contained in:
Matt Bierner 2021-05-04 09:40:10 -07:00
parent 7bfc8c16dd
commit 6384c5e73a
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -249,14 +249,6 @@ export const EDITOR_DRAG_AND_DROP_BACKGROUND = registerColor('editorGroup.dropBa
hc: null
}, localize('editorDragAndDropBackground', "Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through."));
// < --- Resource Viewer --- >
export const IMAGE_PREVIEW_BORDER = registerColor('imagePreview.border', {
dark: Color.fromHex('#808080').transparent(0.35),
light: Color.fromHex('#808080').transparent(0.35),
hc: contrastBorder
}, localize('imagePreviewBorder', "Border color for image in image preview."));
// < --- Panels --- >
export const PANEL_BACKGROUND = registerColor('panel.background', {