Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4e569ef

Browse files
committedJul 26, 2022
update some variables
1 parent 42b95c8 commit 4e569ef

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

Lines changed: 2 additions & 2 deletions
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,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
}

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
}
7070

7171
.arduino-settings-dialog .react-tabs__tab-list {
72-
border-bottom: 1px solid var(--theia-editorGroupHeader-tabsBorder);
72+
border-color: var(--theia-tab-activeBorder);
7373
}
7474

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

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

Lines changed: 2 additions & 1 deletion
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,4 +69,5 @@
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
}

0 commit comments

Comments
 (0)
Please sign in to comment.