Skip to content

Commit 088951a

Browse files
committed
More color adapted
Signed-off-by: jbicker <jan.bicker@typefox.io>
1 parent b7cf9e6 commit 088951a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ is not optimized for dense, information rich UIs.
2020
/* Custom Theme Colors */
2121
--theia-arduino-light: rgb(0, 102, 102);
2222
--theia-arduino-light1: rgb(0, 153, 153);
23+
--theia-arduino-terminal: rgb(0, 0, 0);
2324
/* Borders: Width and color (bright to dark) */
2425
--theia-border-width: 1px;
2526
--theia-panel-border-width: 2px;
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
@import './list-widget.css';
2-
@import './select-board-dialog.css';
2+
@import './select-board-dialog.css';
3+
@import './main.css';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.p-TabBar[data-orientation='horizontal'].theia-app-bottom {
2+
background: var(--theia-layout-color1);
3+
}
4+
5+
.theia-output {
6+
background: var(--theia-arduino-terminal);
7+
}
8+
9+
#outputView {
10+
color: var(--theia-ui-font-color3);
11+
}

0 commit comments

Comments
 (0)