@@ -145,9 +145,9 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
145
145
146
146
.arduino-boards-toolbar-item-container {
147
147
align-items : center;
148
- background : var (--theia-dropdown-background );
148
+ background : var (--theia-arduino-toolbar- dropdown-background );
149
149
border-radius : 1px ;
150
- color : var (--theia-dropdown-foreground );
150
+ color : var (--theia-arduino-toolbar- dropdown-label );
151
151
border : 1px solid var (--theia-dropdown-border );
152
152
display : flex;
153
153
gap : 10px ;
@@ -167,7 +167,7 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
167
167
168
168
.arduino-boards-toolbar-item--protocol ,
169
169
.arduino-boards-dropdown-item--protocol {
170
- color : var (--theia-dropdown-foreground );
170
+ color : var (--theia-arduino-toolbar- dropdown-label );
171
171
}
172
172
173
173
.arduino-boards-toolbar-item-container
@@ -196,28 +196,26 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
196
196
.arduino-boards-dropdown-list {
197
197
margin : -1px ;
198
198
z-index : 1 ;
199
- border : 1px solid var (--theia-dropdown-border );
199
+ border : 1px solid var (--theia-arduino-toolbar- dropdown-border );
200
200
}
201
201
202
202
.arduino-boards-dropdown-list : focus {
203
- border-style : solid;
204
- border-width : 1px ;
205
- border-color : var (--theia-focus-border );
203
+ border : 1px solid var (--theia-arduino-toolbar-dropdown-borderActive );
206
204
}
207
205
208
206
.arduino-boards-dropdown-list--items-container {
209
207
overflow : auto;
210
208
max-height : 404px ;
211
- background : var (--theia-dropdown-background );
209
+ background : var (--theia-arduino-toolbar- dropdown-background );
212
210
}
213
211
214
212
.arduino-boards-dropdown-list--items-container ::-webkit-scrollbar {
215
- background : var (--theia-list-activeSelectionBackground );
213
+ background : var (--theia-arduino-toolbar-dropdown-background );
216
214
}
217
215
218
216
.arduino-boards-dropdown-item {
219
- background : var (--theia-dropdown-background );
220
- color : var (--theia-dropdown-foreground );
217
+ background : var (--theia-arduino-toolbar- dropdown-background );
218
+ color : var (--theia-arduino-toolbar- dropdown-label );
221
219
cursor : default;
222
220
display : flex;
223
221
font-size : var (--theia-ui-font-size1 );
@@ -239,22 +237,22 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
239
237
}
240
238
241
239
.arduino-boards-dropdown-item : hover {
242
- background : var (--theia-list-hoverBackground );
240
+ background : var (--theia-arduino-toolbar-dropdown-option-backgroundHover );
243
241
}
244
242
245
243
.arduino-boards-dropdown-item--selected ,
246
244
.arduino-boards-dropdown-item--selected : hover {
247
- background : var (--theia-list-activeSelectionBackground );
248
- border : 1px solid var (--theia-list-activeSelectionBackground );
245
+ background : var (--theia-arduino-toolbar-dropdown-option-backgroundSelected );
246
+ border : 1px solid var (--theia-arduino-toolbar-dropdown-option-backgroundSelected );
249
247
}
250
248
251
249
.arduino-boards-dropdown-item--selected
252
250
.arduino-boards-dropdown-item--port-label {
253
- color : var (--theia-list-activeSelectionForeground );
251
+ color : var (--theia-arduino-toolbar-dropdown-label );
254
252
}
255
253
256
254
.arduino-boards-dropdown-item--selected .fa {
257
- color : var (--theia-list-activeSelectionIconForeground );
255
+ color : var (--theia-arduino-toolbar-dropdown-iconSelected );
258
256
}
259
257
260
258
.arduino-boards-dropdown-item .fa-check {
0 commit comments