@@ -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-tab-unfocusedActiveBackground );
148
+ background : var (--theia-arduino-toolbar-dropdown-background );
149
149
border-radius : 1px ;
150
- color : var (--theia-foreground );
150
+ color : var (--theia-arduino-toolbar-dropdown-label );
151
151
display : flex;
152
152
gap : 10px ;
153
153
height : 24px ;
@@ -165,11 +165,11 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
165
165
}
166
166
167
167
.arduino-boards-toolbar-item--protocol {
168
- color : var (--theia-foreground );
168
+ color : var (--theia-arduino-toolbar-dropdown-label );
169
169
}
170
170
171
171
.arduino-boards-dropdown-item--protocol {
172
- color : var (--theia-activityBar-inactiveForeground );
172
+ color : var (--theia-arduino-toolbar-dropdown-label );
173
173
}
174
174
175
175
.arduino-boards-toolbar-item-container
@@ -198,7 +198,11 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
198
198
.arduino-boards-dropdown-list {
199
199
margin : -1px ;
200
200
z-index : 1 ;
201
- border : 1px solid var (--theia-menu-selectionBackground );
201
+ border : 1px solid var (--theia-arduino-toolbar-dropdown-border );
202
+ }
203
+
204
+ .arduino-boards-dropdown-list : focus {
205
+ border : 1px solid var (--theia-arduino-toolbar-dropdown-borderActive );
202
206
}
203
207
204
208
.arduino-boards-dropdown-list--items-container {
@@ -207,12 +211,12 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
207
211
}
208
212
209
213
.arduino-boards-dropdown-list--items-container ::-webkit-scrollbar {
210
- background : var (--theia-tab-unfocusedActiveBackground );
214
+ background : var (--theia-arduino-toolbar-dropdown-background );
211
215
}
212
216
213
217
.arduino-boards-dropdown-item {
214
- background : var (--theia-tab-unfocusedActiveBackground );
215
- color : var (--theia-foreground );
218
+ background : var (--theia-arduino-toolbar-dropdown-background );
219
+ color : var (--theia-arduino-toolbar-dropdown-label );
216
220
cursor : default;
217
221
display : flex;
218
222
font-size : var (--theia-ui-font-size1 );
@@ -230,27 +234,26 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
230
234
}
231
235
232
236
.arduino-boards-dropdown-item--port-label {
233
- color : # 95A5A6 ;
234
237
font-size : 12px ;
235
238
}
236
239
237
240
.arduino-boards-dropdown-item : hover {
238
- background : var (--theia-list-hoverBackground );
241
+ background : var (--theia-arduino-toolbar-dropdown-option-backgroundHover );
239
242
}
240
243
241
244
.arduino-boards-dropdown-item--selected ,
242
245
.arduino-boards-dropdown-item--selected : hover {
243
- background : var (--theia-menu-selectionBackground );
244
- border : 1px solid var (--theia-menu-selectionBackground );
246
+ background : var (--theia-arduino-toolbar-dropdown-option-backgroundSelected );
247
+ border : 1px solid var (--theia-arduino-toolbar-dropdown-option-backgroundSelected );
245
248
}
246
249
247
250
.arduino-boards-dropdown-item--selected
248
251
.arduino-boards-dropdown-item--port-label {
249
- color : var (--theia-foreground );
252
+ color : var (--theia-arduino-toolbar-dropdown-label );
250
253
}
251
254
252
255
.arduino-boards-dropdown-item--selected .fa {
253
- color : # 1DA086 ;
256
+ color : var ( --theia-arduino-toolbar-dropdown-iconSelected ) ;
254
257
}
255
258
256
259
.arduino-boards-dropdown-item .fa-check {
@@ -259,5 +262,5 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
259
262
260
263
.arduino-board-dropdown-footer {
261
264
color : var (--theia-arduino-branding-primary );
262
- border-top : 1px solid var (--theia-menu-selectionBackground );
265
+ border-top : 1px solid var (--theia-arduino-toolbar-dropdown-border );
263
266
}
0 commit comments