Change terminal colors

This commit is contained in:
Gabor PEK
2018-03-14 14:34:17 +01:00
parent ba2e2ace6d
commit a7dbd15370
7 changed files with 47 additions and 9 deletions
+1 -1
View File
@@ -1 +1 @@
<div #xterm class="tfw-xterm"></div>
<div #xterm class="tfw-xterm" (window:resize)="fit()"></div>
+5 -1
View File
@@ -2,7 +2,11 @@
.tfw-xterm {
.xterm {
.xterm-viewport {
@include set-component-size('terminal');
}
.xterm .composition-view {
background: blue;
}
}