Eugene Pankov 2 سال پیش
والد
کامیت
c91ccecc1f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tabby-terminal/src/frontends/xtermFrontend.ts

+ 1 - 1
tabby-terminal/src/frontends/xtermFrontend.ts

@@ -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,
         }
         }