add color scheme to termx on ConsolePage

This commit is contained in:
Jakob Schrettenbrunner 2018-08-02 21:56:23 +02:00
parent 38d7985e66
commit 4c357e9231

View file

@ -94,7 +94,24 @@
theme: {
background: 'transparent',
cursor: 'transparent',
}
black: '#000000',
red: '#E54B4B',
green: '#9ECE58',
yellow: '#FAED70',
blue: '#396FE2',
magenta: '#BB80B3',
cyan: '#2DDAFD',
white: '#d0d0d0',
brightBlack: 'rgba(255, 255, 255, 0.2)',
brightRed: '#FF5370',
brightGreen: '#C3E88D',
brightYellow: '#FFCB6B',
brightBlue: '#82AAFF',
brightMagenta: '#C792EA',
brightCyan: '#89DDFF',
brightWhite: '#ffffff',
},
}),
command: '',
commandHistory: [],