File tree Expand file tree Collapse file tree 6 files changed +20
-9
lines changed
arduino-ide-extension/src/browser/style Expand file tree Collapse file tree 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 {
6666}
6767
6868# select-board-dialog .selectBoardContainer .body .container .content .title {
69- color : # 7f8c8d ;
69+ color : var ( --theia-editorWidget-foreground ) ;
7070 padding : 0px 0px 10px 0px ;
7171 text-transform : uppercase;
7272}
Original file line number Diff line number Diff line change 66}
77
88.monaco-list-row .show-file-icons .focused {
9- background-color : # d6ebff ;
9+ background-color : var ( --theia-quickInputList-focusBackground ) ;
1010}
1111
1212.monaco-editor .view-overlays .compiler-error {
Original file line number Diff line number Diff line change 3939}
4040
4141.ide-updater-dialog .changelog-container a {
42- color : # 018184 ;
42+ color : var ( --theia-textLink-foreground ) ;
4343}
4444
4545.ide-updater-dialog .changelog-container a : hover {
4848}
4949
5050.ide-updater-dialog .changelog-container code {
51- background : # ecf1f1 ;
51+ background : var ( --theia-textBlockQuote-background ) ;
5252 border-radius : 2px ;
5353 padding : 0 2px ;
5454}
5555
5656.ide-updater-dialog .changelog-container a code {
57- color : # 018184 ;
57+ color : var ( --theia-textLink-foreground ) ;
5858}
5959
6060.ide-updater-dialog .buttons-container {
Original file line number Diff line number Diff line change 33}
44
55.progress-bar--outer {
6- background : # e5e5e5 ;
6+ background : var ( --theia-editorWidget-background ) ;
77 border-radius : 11px ;
88 height : 6px ;
99 position : relative;
1313.progress-bar--inner {
1414 transition : width 1s ;
1515 height : 100% ;
16- background : # 008184 ;
16+ background : var ( --theia-progressBar-background ) ;
1717 border-radius : 11px ;
1818}
1919
Original file line number Diff line number Diff line change 6161 color : var (--theia-textLink-activeForeground );
6262}
6363
64+ .arduino-settings-dialog .react-tabs__tab--selected {
65+ background : var (--theia-tab-activeBackground );
66+ border-color : var (--theia-tab-activeBorder );
67+ color : var (--theia-tab-activeForeground );
68+ border-radius : 5px 5px 0 0 ;
69+ }
70+
71+ .arduino-settings-dialog .react-tabs__tab-list {
72+ border-bottom : 1px solid var (--theia-editorGroupHeader-tabsBorder );
73+ }
74+
6475.arduino-settings-dialog .react-tabs__tab-panel {
6576 padding-bottom : 25px ;
6677}
Original file line number Diff line number Diff line change 1414}
1515
1616.user-fields-dialog-content .field-label {
17- color : # 2c353a ;
17+ color : var ( --theia-editorWidget-foreground ) ;
1818 font-size : 14px ;
1919 font-style : normal;
2020 font-weight : 400 ;
2929
3030.user-fields-dialog-content .button-container {
3131 justify-content : flex-end;
32- }
32+ }
You can’t perform that action at this time.
0 commit comments