mirror of
https://github.com/eugeny/tabby
synced 2026-09-08 14:16:09 +00:00
lint
This commit is contained in:
@@ -365,7 +365,7 @@ export class XTermFrontend extends Frontend {
|
||||
foreground: scheme!.foreground,
|
||||
selectionBackground: scheme!.selection ?? '#88888888',
|
||||
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,
|
||||
cursorAccent: scheme!.cursorAccent,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user