add color scheme to termx on ConsolePage
This commit is contained in:
parent
38d7985e66
commit
4c357e9231
1 changed files with 18 additions and 1 deletions
|
@ -94,7 +94,24 @@
|
||||||
theme: {
|
theme: {
|
||||||
background: 'transparent',
|
background: 'transparent',
|
||||||
cursor: '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: '',
|
command: '',
|
||||||
commandHistory: [],
|
commandHistory: [],
|
||||||
|
|
Loading…
Reference in a new issue