mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 10:45:13 +00:00
Make terminal and console black
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user