fix: correct AppbarBackground dark-mode comment — appbar is lighter than #0D1B2A page ground, not the ground itself
This commit is contained in:
@@ -114,7 +114,7 @@ public static class DeepDrftPalettes
|
|||||||
Tertiary = "#1A3C34", // Deep green - tertiary accent
|
Tertiary = "#1A3C34", // Deep green - tertiary accent
|
||||||
Background = "#0D1B2A", // Navy - the light palette's primary as the dark ground
|
Background = "#0D1B2A", // Navy - the light palette's primary as the dark ground
|
||||||
Surface = "#162437", // Navy-mid - elevated cards/panels
|
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",
|
AppbarText = "#FAFAF8",
|
||||||
DrawerBackground = "#162437", // Navy-mid
|
DrawerBackground = "#162437", // Navy-mid
|
||||||
DrawerText = "#FAFAF8",
|
DrawerText = "#FAFAF8",
|
||||||
|
|||||||
Reference in New Issue
Block a user