From f59fe5f4699957d639e75cb0eb77ec882e7f0b3d Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Thu, 16 Mar 2023 12:58:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Set=20`statusBarItem.remoteBackg?= =?UTF-8?q?round`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme.ts b/src/theme.ts index 4ac41c3..9c94f6d 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -100,6 +100,7 @@ const theme = (type: Variant): Theme => { "statusBar.foreground": colors.canvas.foreground.default, "statusBar.noFolderBackground": colors.canvas.background.default, "statusBarItem.remoteForeground": colors.canvas.foreground.default, + "statusBarItem.remoteBackground": colors.canvas.background.default, "tab.activeBackground": colors.editor.background, "tab.border": colors.canvas.border.overlay, "tab.inactiveBackground": colors.canvas.background.default,