File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
arduino-ide-extension/src/browser/style Expand file tree Collapse file tree 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 {
4343 margin : 0 ;
4444 vertical-align : top;
4545 display : flex;
46- color : var (--theia-editor -foreground );
46+ color : var (--theia-input -foreground );
4747}
4848
4949# select-board-dialog .selectBoardContainer .body .search input : focus {
@@ -262,6 +262,6 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
262262}
263263
264264.arduino-board-dropdown-footer {
265- color : var (--theia-textLink -foreground );
265+ color : var (--theia-secondaryButton -foreground );
266266 border-top : 1px solid var (--theia-dropdown-border );
267267}
Original file line number Diff line number Diff line change 1717 font-weight : 500 ;
1818 background-color : transparent;
1919 font-size : var (--theia-ui-font-size2 );
20- color : var (--theia-list-inactiveSelectionForeground );
20+ color : var (--theia-editorWidget-foreground );
2121 min-height : 0 ;
2222}
2323
Original file line number Diff line number Diff line change 6969}
7070
7171.arduino-settings-dialog .react-tabs__tab-list {
72- border-bottom : 1 px solid var (--theia-editorGroupHeader-tabsBorder );
72+ border-color : var (--theia-tab-activeBorder );
7373}
7474
7575.arduino-settings-dialog .react-tabs__tab-panel {
Original file line number Diff line number Diff line change 4545.active-sketch {
4646 font-weight : 500 ;
4747 background-color : var (--theia-list-activeSelectionBackground ) !important ;
48- color : var (--theia-list-inactiveSelectionForeground ) !important ;
48+ color : var (--theia-list-activeSelectionForeground ) !important ;
4949
5050}
5151
6969.theia-Tree : focus .theia-TreeNode .theia-mod-selected ,
7070.theia-Tree .ReactVirtualized__List : focus .theia-TreeNode .theia-mod-selected {
7171 background : var (--theia-list-inactiveSelectionBackground );
72+ color : var (--theia-list-inactiveSelectionForeground ) !important ;
7273}
You can’t perform that action at this time.
0 commit comments