File tree 6 files changed +20
-9
lines changed
arduino-ide-extension/src/browser/style
6 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
66
66
}
67
67
68
68
# select-board-dialog .selectBoardContainer .body .container .content .title {
69
- color : # 7f8c8d ;
69
+ color : var ( --theia-editorWidget-foreground ) ;
70
70
padding : 0px 0px 10px 0px ;
71
71
text-transform : uppercase;
72
72
}
Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
.monaco-list-row .show-file-icons .focused {
9
- background-color : # d6ebff ;
9
+ background-color : var ( --theia-quickInputList-focusBackground ) ;
10
10
}
11
11
12
12
.monaco-editor .view-overlays .compiler-error {
Original file line number Diff line number Diff line change 39
39
}
40
40
41
41
.ide-updater-dialog .changelog-container a {
42
- color : # 018184 ;
42
+ color : var ( --theia-textLink-foreground ) ;
43
43
}
44
44
45
45
.ide-updater-dialog .changelog-container a : hover {
48
48
}
49
49
50
50
.ide-updater-dialog .changelog-container code {
51
- background : # ecf1f1 ;
51
+ background : var ( --theia-textBlockQuote-background ) ;
52
52
border-radius : 2px ;
53
53
padding : 0 2px ;
54
54
}
55
55
56
56
.ide-updater-dialog .changelog-container a code {
57
- color : # 018184 ;
57
+ color : var ( --theia-textLink-foreground ) ;
58
58
}
59
59
60
60
.ide-updater-dialog .buttons-container {
Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
.progress-bar--outer {
6
- background : # e5e5e5 ;
6
+ background : var ( --theia-editorWidget-background ) ;
7
7
border-radius : 11px ;
8
8
height : 6px ;
9
9
position : relative;
13
13
.progress-bar--inner {
14
14
transition : width 1s ;
15
15
height : 100% ;
16
- background : # 008184 ;
16
+ background : var ( --theia-progressBar-background ) ;
17
17
border-radius : 11px ;
18
18
}
19
19
Original file line number Diff line number Diff line change 66
66
color : var (--theia-textLink-activeForeground );
67
67
}
68
68
69
+ .arduino-settings-dialog .react-tabs__tab--selected {
70
+ background : var (--theia-tab-activeBackground );
71
+ border-color : var (--theia-tab-activeBorder );
72
+ color : var (--theia-tab-activeForeground );
73
+ border-radius : 5px 5px 0 0 ;
74
+ }
75
+
76
+ .arduino-settings-dialog .react-tabs__tab-list {
77
+ border-bottom : 1px solid var (--theia-editorGroupHeader-tabsBorder );
78
+ }
79
+
69
80
.arduino-settings-dialog .react-tabs__tab-panel {
70
81
padding-bottom : 8px ;
71
82
}
Original file line number Diff line number Diff line change 14
14
}
15
15
16
16
.user-fields-dialog-content .field-label {
17
- color : # 2c353a ;
17
+ color : var ( --theia-editorWidget-foreground ) ;
18
18
font-size : 14px ;
19
19
font-style : normal;
20
20
font-weight : 400 ;
29
29
30
30
.user-fields-dialog-content .button-container {
31
31
justify-content : flex-end;
32
- }
32
+ }
You can’t perform that action at this time.
0 commit comments