Fix white highlight hiding console text (fixes #2541)
This commit is contained in:
parent
b02a49f42e
commit
ebe3375897
1 changed files with 3 additions and 1 deletions
|
@ -11,9 +11,11 @@ import tw from 'twin.macro';
|
||||||
import 'xterm/css/xterm.css';
|
import 'xterm/css/xterm.css';
|
||||||
import useEventListener from '@/plugins/useEventListener';
|
import useEventListener from '@/plugins/useEventListener';
|
||||||
import { debounce } from 'debounce';
|
import { debounce } from 'debounce';
|
||||||
|
// @ts-ignore
|
||||||
|
import tailwindConfig from '../../../../tailwind.config.js';
|
||||||
|
|
||||||
const theme = {
|
const theme = {
|
||||||
background: 'transparent',
|
background: tailwindConfig.theme.colors.black,
|
||||||
cursor: 'transparent',
|
cursor: 'transparent',
|
||||||
black: '#000000',
|
black: '#000000',
|
||||||
red: '#E54B4B',
|
red: '#E54B4B',
|
||||||
|
|
Loading…
Reference in a new issue