zen mode for the output

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-07-31 13:56:21 +02:00
parent 06c3015158
commit a2b3d9b314
12 changed files with 358 additions and 356 deletions

View File

@@ -311,24 +311,6 @@ export class ArduinoFrontendContribution implements FrontendApplicationContribut
hc: 'activityBar.inactiveForeground'
},
description: 'Background color of the toolbar items when hovering over them. Such as Upload, Verify, etc.'
},
{
id: 'arduino.output.background',
defaults: {
dark: 'editorWidget.background',
light: 'editorWidget.background',
hc: 'editorWidget.background'
},
description: 'Background color of the Output view.'
},
{
id: 'arduino.output.foreground',
defaults: {
dark: 'editorWidget.foreground',
light: 'editorWidget.foreground',
hc: 'editorWidget.foreground'
},
description: 'Color of the text in the Output view.'
}
);
}