Make terminal and console black

This commit is contained in:
Kristóf Tóth
2018-05-27 19:32:08 +02:00
parent ce192891d8
commit 198c84fca7
2 changed files with 2 additions and 2 deletions

View File

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