Skip to content

Commit db78c8a

Browse files
committed
Minor css adjustments
Signed-off-by: jbicker <jan.bicker@typefox.io>
1 parent 95c5536 commit db78c8a

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ is not optimized for dense, information rich UIs.
8282
--theia-layout-color3: var(--theia-arduino-light);
8383
--theia-layout-color4: #dcdcdc;
8484
/* Brand colors */
85-
--theia-brand-color0: var(--md-blue-700);
86-
--theia-brand-color1: var(--md-blue-500);
87-
--theia-brand-color2: var(--md-blue-300);
88-
--theia-brand-color3: var(--md-blue-100);
85+
--theia-brand-color0: var(--theia-arduino-light);
86+
--theia-brand-color1: var(--theia-arduino-light1);
87+
--theia-brand-color2: var(--theia-arduino-light2);
88+
--theia-brand-color3: var(--theia-arduino-light3);
8989
/* Secondary Brand colors */
9090
--theia-secondary-brand-color0: var(--md-grey-700);
9191
--theia-secondary-brand-color1: #b5c8c9;
92-
--theia-secondary-brand-color2: var(--md-grey-300);
93-
--theia-secondary-brand-color3: var(--md-grey-100);
92+
--theia-secondary-brand-color2: var(--theia-arduino-light2);
93+
--theia-secondary-brand-color3: var(--theia-arduino-light3);
9494
/* Accent colors (dark to bright): Use these to create contrast to layout colors. */
9595
--theia-accent-color0: rgb(0, 102, 105);
9696
--theia-accent-color1: rgb(0, 164, 167, 1.0);

arduino-ide-extension/src/browser/style/board-select-dialog.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ button.theia-button.main {
149149
align-items: center;
150150
margin: 0 5px;
151151
width: 100%;
152-
font-weight: bold;
153152
}
154153

155154
.arduino-boards-toolbar-item .caret {

arduino-ide-extension/src/browser/style/list-widget.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
}
5151

5252
.filterable-list-container .items-container > div:nth-child(odd) {
53-
background-color: var(--theia-layout-color2);
53+
background-color: var(--theia-secondary-brand-color2);
5454
}
5555

5656
.filterable-list-container .items-container > div:nth-child(even) {
57-
background-color: var(--theia-layout-color0);
57+
background-color: var(--theia-secondary-brand-color3);
5858
}
5959

6060
.filterable-list-container .items-container > div:hover {

0 commit comments

Comments
 (0)