Fixing terminal colors

This commit is contained in:
Gabor PEK
2018-03-14 15:05:58 +01:00
parent a7dbd15370
commit bcd030e3d9
6 changed files with 21 additions and 15 deletions

View File

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