@@ -183,34 +183,6 @@ export class ArduinoFrontendContribution
183
183
184
184
registerColors ( colors : ColorRegistry ) : void {
185
185
colors . register (
186
- {
187
- id : 'arduino.branding.primary' ,
188
- defaults : {
189
- dark : 'statusBar.background' ,
190
- light : 'statusBar.background' ,
191
- } ,
192
- description :
193
- 'The primary branding color, such as dialog titles, library, and board manager list labels.' ,
194
- } ,
195
- {
196
- id : 'arduino.branding.secondary' ,
197
- defaults : {
198
- dark : 'statusBar.background' ,
199
- light : 'statusBar.background' ,
200
- } ,
201
- description :
202
- 'Secondary branding color for list selections, dropdowns, and widget borders.' ,
203
- } ,
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
- } ,
214
186
{
215
187
id : 'arduino.toolbar.button.background' ,
216
188
defaults : {
@@ -225,8 +197,8 @@ export class ArduinoFrontendContribution
225
197
id : 'arduino.toolbar.button.hoverBackground' ,
226
198
defaults : {
227
199
dark : 'button.hoverBackground' ,
228
- light : 'button.foreground ' ,
229
- hc : 'textLink.foreground ' ,
200
+ light : 'button.hoverBackground ' ,
201
+ hc : 'button.background ' ,
230
202
} ,
231
203
description :
232
204
'Background color of the toolbar items when hovering over them. Such as Upload, Verify, etc.' ,
@@ -261,24 +233,6 @@ export class ArduinoFrontendContribution
261
233
description :
262
234
'Toggle color of the toolbar items when they are currently toggled (the command is in progress)' ,
263
235
} ,
264
- {
265
- id : 'arduino.output.foreground' ,
266
- defaults : {
267
- dark : 'editor.foreground' ,
268
- light : 'editor.foreground' ,
269
- hc : 'editor.foreground' ,
270
- } ,
271
- description : 'Color of the text in the Output view.' ,
272
- } ,
273
- {
274
- id : 'arduino.output.background' ,
275
- defaults : {
276
- dark : 'editor.background' ,
277
- light : 'editor.background' ,
278
- hc : 'editor.background' ,
279
- } ,
280
- description : 'Background color of the Output view.' ,
281
- } ,
282
236
{
283
237
id : 'arduino.toolbar.dropdown.border' ,
284
238
defaults : {
@@ -303,46 +257,46 @@ export class ArduinoFrontendContribution
303
257
id : 'arduino.toolbar.dropdown.background' ,
304
258
defaults : {
305
259
dark : 'tab.unfocusedActiveBackground' ,
306
- light : 'tab.unfocusedActiveBackground ' ,
307
- hc : 'tab.unfocusedActiveBackground ' ,
260
+ light : 'dropdown.background ' ,
261
+ hc : 'dropdown.background ' ,
308
262
} ,
309
263
description : 'Background color of the Board Selector.' ,
310
264
} ,
311
265
312
266
{
313
267
id : 'arduino.toolbar.dropdown.label' ,
314
268
defaults : {
315
- dark : 'foreground' ,
316
- light : 'foreground' ,
317
- hc : 'foreground' ,
269
+ dark : 'dropdown. foreground' ,
270
+ light : 'dropdown. foreground' ,
271
+ hc : 'dropdown. foreground' ,
318
272
} ,
319
273
description : 'Font color of the Board Selector.' ,
320
274
} ,
321
275
{
322
276
id : 'arduino.toolbar.dropdown.iconSelected' ,
323
277
defaults : {
324
- dark : 'statusBar.background ' ,
325
- light : 'statusBar.background ' ,
326
- hc : 'statusBar.background ' ,
278
+ dark : 'list.activeSelectionIconForeground ' ,
279
+ light : 'list.activeSelectionIconForeground ' ,
280
+ hc : 'list.activeSelectionIconForeground ' ,
327
281
} ,
328
282
description :
329
283
'Color of the selected protocol icon in the Board Selector.' ,
330
284
} ,
331
285
{
332
286
id : 'arduino.toolbar.dropdown.option.backgroundHover' ,
333
287
defaults : {
334
- dark : 'editor.background ' ,
335
- light : 'editor.background ' ,
336
- hc : 'editor.background ' ,
288
+ dark : 'list.hoverBackground ' ,
289
+ light : 'list.hoverBackground ' ,
290
+ hc : 'list.hoverBackground ' ,
337
291
} ,
338
292
description : 'Background color on hover of the Board Selector options.' ,
339
293
} ,
340
294
{
341
295
id : 'arduino.toolbar.dropdown.option.backgroundSelected' ,
342
296
defaults : {
343
- dark : 'editor.background ' ,
344
- light : 'editor.background ' ,
345
- hc : 'editor.background ' ,
297
+ dark : 'list.activeSelectionBackground ' ,
298
+ light : 'list.activeSelectionBackground ' ,
299
+ hc : 'list.activeSelectionBackground ' ,
346
300
} ,
347
301
description :
348
302
'Background color of the selected board in the Board Selector.' ,
0 commit comments