From f03448bae4d3e21b40049132c5e5137ea099ddfa Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 9 Nov 2025 16:32:32 +0200 Subject: [PATCH] style/gutter: tweak color on horizontal layout when background effects are enabled --- apps/client/src/stylesheets/theme-next/shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index 880e85f70..e84c4544d 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -64,6 +64,7 @@ body.background-effects.theme-supports-background-effects.platform-win32.layout- body.background-effects.theme-supports-background-effects.platform-win32.layout-horizontal { --center-pane-background-color-bgfx: var(--center-pane-horiz-layout-background-color-bgfx); + --gutter-color: var(--left-pane-background-color); } body.background-effects.theme-supports-background-effects.platform-win32,