add color scheme to termx on ConsolePage
This commit is contained in:
parent
38d7985e66
commit
4c357e9231
|
@ -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: [],
|
||||
|
|
Loading…
Reference in New Issue