theme: shift light palette primary to navy-mid, step green scale up one level
This commit is contained in:
@@ -20,10 +20,10 @@ public static class DeepDrftPalettes
|
||||
// Wireframe light palette - navy / green / warm off-white
|
||||
public static PaletteLight Light { get; } = new()
|
||||
{
|
||||
Primary = "#0D1B2A", // Navy - text, buttons
|
||||
PrimaryDarken = "#162437", // Navy-mid - hover, elevated surfaces
|
||||
Secondary = "#1A3C34", // Deep green - italic emphasis
|
||||
Tertiary = "#3D7A68", // Green-accent - interactive hovers/active/icons
|
||||
Primary = "#17283f", // Navy-mid - text, buttons
|
||||
PrimaryDarken = "#112338", // Navy - hover, pressed
|
||||
Secondary = "#3D7A68", // Green-accent - secondary actions, emphasis
|
||||
Tertiary = "#3aa163", // Green-interactive - primary interactive accent
|
||||
Background = "#FAFAF8", // Warm off-white
|
||||
BackgroundGray = "#F0F2F0", // Slight warm gray for contrast
|
||||
Surface = "#FAFAF8",
|
||||
|
||||
Reference in New Issue
Block a user