Make terminal tao-gray again

This commit is contained in:
Kristóf Tóth 2018-05-28 11:14:39 +02:00
parent 725cb4c7f6
commit e929209c74
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
.tfw-terminal { .tfw-terminal {
overflow-y: hidden; overflow-y: hidden;
background-color: black; background-color: $tao-gray-800;
padding-bottom: 2.2em; padding-bottom: 2.2em;
div[class*="web"] & { div[class*="web"] & {

View File

@ -17,7 +17,7 @@ export class TerminadoService {
this.xterm = new Terminal({ this.xterm = new Terminal({
theme: { theme: {
foreground: '#ffffff', foreground: '#ffffff',
background: '#000000', background: '#0C0C0C', // $tao-gray-800
cursor: '#ffffff', cursor: '#ffffff',
selection: 'rgba(255, 255, 255, 0.3)', selection: 'rgba(255, 255, 255, 0.3)',
black: '#000000', black: '#000000',