From e929209c740a12682f4a6f2cf5707472f5e8893f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 28 May 2018 11:14:39 +0200 Subject: [PATCH] Make terminal tao-gray again --- src/app/dashboard/dashboard.component.scss | 2 +- src/app/services/terminado.service.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index 279ed32..d2ea6d2 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -75,7 +75,7 @@ .tfw-terminal { overflow-y: hidden; - background-color: black; + background-color: $tao-gray-800; padding-bottom: 2.2em; div[class*="web"] & { diff --git a/src/app/services/terminado.service.ts b/src/app/services/terminado.service.ts index 2f25887..507f407 100644 --- a/src/app/services/terminado.service.ts +++ b/src/app/services/terminado.service.ts @@ -17,7 +17,7 @@ export class TerminadoService { this.xterm = new Terminal({ theme: { foreground: '#ffffff', - background: '#000000', + background: '#0C0C0C', // $tao-gray-800 cursor: '#ffffff', selection: 'rgba(255, 255, 255, 0.3)', black: '#000000',