File tree 4 files changed +6
-5
lines changed
arduino-ide-extension/src/browser/style
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
43
43
margin : 0 ;
44
44
vertical-align : top;
45
45
display : flex;
46
- color : var (--theia-editor -foreground );
46
+ color : var (--theia-input -foreground );
47
47
}
48
48
49
49
# select-board-dialog .selectBoardContainer .body .search input : focus {
@@ -262,7 +262,7 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
262
262
}
263
263
264
264
.arduino-board-dropdown-footer {
265
- color : var (--theia-textLink -foreground );
265
+ color : var (--theia-secondaryButton -foreground );
266
266
border-top : 1px solid var (--theia-dropdown-border );
267
267
}
268
268
Original file line number Diff line number Diff line change 17
17
font-weight : 500 ;
18
18
background-color : transparent;
19
19
font-size : var (--theia-ui-font-size2 );
20
- color : var (--theia-list-inactiveSelectionForeground );
20
+ color : var (--theia-editorWidget-foreground );
21
21
min-height : 0 ;
22
22
}
23
23
Original file line number Diff line number Diff line change 74
74
}
75
75
76
76
.arduino-settings-dialog .react-tabs__tab-list {
77
- border-bottom : 1 px solid var (--theia-editorGroupHeader-tabsBorder );
77
+ border-color : var (--theia-tab-activeBorder );
78
78
}
79
79
80
80
.arduino-settings-dialog .react-tabs__tab-panel {
Original file line number Diff line number Diff line change 45
45
.active-sketch {
46
46
font-weight : 500 ;
47
47
background-color : var (--theia-list-activeSelectionBackground ) !important ;
48
- color : var (--theia-list-inactiveSelectionForeground ) !important ;
48
+ color : var (--theia-list-activeSelectionForeground ) !important ;
49
49
50
50
}
51
51
69
69
.theia-Tree : focus .theia-TreeNode .theia-mod-selected ,
70
70
.theia-Tree .ReactVirtualized__List : focus .theia-TreeNode .theia-mod-selected {
71
71
background : var (--theia-list-inactiveSelectionBackground );
72
+ color : var (--theia-list-inactiveSelectionForeground ) !important ;
72
73
}
73
74
74
75
You can’t perform that action at this time.
0 commit comments