Skip to content

Commit dfc2ef9

Browse files
committed
Colors adapted
Signed-off-by: jbicker <jan.bicker@typefox.io>
1 parent e2d3c7c commit dfc2ef9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ is not optimized for dense, information rich UIs.
1818

1919
:root {
2020
/* Custom Theme Colors */
21-
--theia-arduino-light: rgb(0, 102, 102);
22-
--theia-arduino-light1: rgb(0, 153, 153);
21+
--theia-arduino-light: #005C5F;
22+
--theia-arduino-light1: #00979D;
2323
--theia-arduino-terminal: rgb(0, 0, 0);
2424
/* Borders: Width and color (bright to dark) */
2525
--theia-border-width: 1px;
@@ -108,7 +108,7 @@ is not optimized for dense, information rich UIs.
108108
--theia-warn-color3: var(--md-amber-200);
109109
--theia-warn-font-color0: var(--md-grey-900);
110110
--theia-error-color0: var(--md-red-400);
111-
--theia-error-color1: var(--md-red-300);
111+
--theia-error-color1: #da5b4a;
112112
--theia-error-color2: var(--md-red-200);
113113
--theia-error-color3: var(--md-red-100);
114114
--theia-error-font-color0: var(--md-grey-300);

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,9 @@
9999
display: flex;
100100
align-items: center;
101101
color: var(--theia-ui-font-color3);
102+
}
103+
104+
.monaco-editor .margin {
105+
border-right: 2px solid var(--theia-border-color1);
106+
box-sizing: border-box;
102107
}

0 commit comments

Comments
 (0)