mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-18 01:19:53 +00:00
lint
This commit is contained in:
parent
42e95f15b4
commit
c91ccecc1f
@ -365,7 +365,7 @@ export class XTermFrontend extends Frontend {
|
|||||||
foreground: scheme!.foreground,
|
foreground: scheme!.foreground,
|
||||||
selectionBackground: scheme!.selection ?? '#88888888',
|
selectionBackground: scheme!.selection ?? '#88888888',
|
||||||
selectionForeground: scheme!.selectionForeground ?? undefined,
|
selectionForeground: scheme!.selectionForeground ?? undefined,
|
||||||
background: (!this.themes.findCurrentTheme().followsColorScheme && config.terminal.background === 'colorScheme') ? scheme!.background : '#00000000',
|
background: !this.themes.findCurrentTheme().followsColorScheme && config.terminal.background === 'colorScheme' ? scheme!.background : '#00000000',
|
||||||
cursor: scheme!.cursor,
|
cursor: scheme!.cursor,
|
||||||
cursorAccent: scheme!.cursorAccent,
|
cursorAccent: scheme!.cursorAccent,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user