More color adapted

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker
2019-06-13 08:30:59 +02:00
parent b7cf9e6755
commit 088951ae01
3 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
.p-TabBar[data-orientation='horizontal'].theia-app-bottom {
background: var(--theia-layout-color1);
}
.theia-output {
background: var(--theia-arduino-terminal);
}
#outputView {
color: var(--theia-ui-font-color3);
}