Skip to content

Commit c041a9c

Browse files
update some variables
1 parent bcb297f commit c041a9c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

arduino-ide-extension/src/browser/style/boards-config-dialog.css

+2-2
Original file line numberDiff line numberDiff 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,7 +262,7 @@ 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
}
268268

arduino-ide-extension/src/browser/style/dialogs.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

arduino-ide-extension/src/browser/style/settings-dialog.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575

7676
.arduino-settings-dialog .react-tabs__tab-list {
77-
border-bottom: 1px solid var(--theia-editorGroupHeader-tabsBorder);
77+
border-color: var(--theia-tab-activeBorder);
7878
}
7979

8080
.arduino-settings-dialog .react-tabs__tab-panel {

arduino-ide-extension/src/browser/style/sketchbook.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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

@@ -69,6 +69,7 @@
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
}
7374

7475

0 commit comments

Comments
 (0)