From 135cc48301b8eb0bf7e5b9ca85a963c13c3286c0 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Fri, 19 Jun 2026 21:00:44 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20AppbarBackground=20dark-mode?= =?UTF-8?q?=20comment=20=E2=80=94=20appbar=20is=20lighter=20than=20#0D1B2A?= =?UTF-8?q?=20page=20ground,=20not=20the=20ground=20itself?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DeepDrftShared.Client/Common/DeepDrftPalettes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepDrftShared.Client/Common/DeepDrftPalettes.cs b/DeepDrftShared.Client/Common/DeepDrftPalettes.cs index e4bd047..4e92e1e 100644 --- a/DeepDrftShared.Client/Common/DeepDrftPalettes.cs +++ b/DeepDrftShared.Client/Common/DeepDrftPalettes.cs @@ -114,7 +114,7 @@ public static class DeepDrftPalettes Tertiary = "#1A3C34", // Deep green - tertiary accent Background = "#0D1B2A", // Navy - the light palette's primary as the dark ground Surface = "#162437", // Navy-mid - elevated cards/panels - AppbarBackground = "rgba(17,35,56,0.92)", // Semi-opaque #112338 navy (dark-mode page ground) + AppbarBackground = "rgba(17,35,56,0.92)", // Semi-opaque #112338 navy — distinct appbar bar, lighter than the #0D1B2A page ground AppbarText = "#FAFAF8", DrawerBackground = "#162437", // Navy-mid DrawerText = "#FAFAF8",