Skip to content

Commit 1bfae7b

Browse files
remove unused arduino.foreground color
1 parent 5087ff0 commit 1bfae7b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -201,16 +201,6 @@ export class ArduinoFrontendContribution
201201
description:
202202
'Secondary branding color for list selections, dropdowns, and widget borders.',
203203
},
204-
{
205-
id: 'arduino.foreground',
206-
defaults: {
207-
dark: 'editorWidget.background',
208-
light: 'editorWidget.background',
209-
hc: 'editorWidget.background',
210-
},
211-
description:
212-
'Color of the Arduino IDE foreground which is used for dialogs, such as the Select Board dialog.',
213-
},
214204
{
215205
id: 'arduino.toolbar.button.background',
216206
defaults: {

0 commit comments

Comments
 (0)