Colors adapted

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker
2019-07-15 10:54:09 +02:00
parent e2d3c7c1bd
commit dfc2ef967a
2 changed files with 8 additions and 3 deletions

View File

@@ -99,4 +99,9 @@
display: flex;
align-items: center;
color: var(--theia-ui-font-color3);
}
.monaco-editor .margin {
border-right: 2px solid var(--theia-border-color1);
box-sizing: border-box;
}