theme: shift light palette primary to navy-mid, step green scale up one level

This commit is contained in:
daniel-c-harvey
2026-06-06 20:49:14 -04:00
parent bd110c07da
commit 4341d97f12
@@ -20,10 +20,10 @@ public static class DeepDrftPalettes
// Wireframe light palette - navy / green / warm off-white // Wireframe light palette - navy / green / warm off-white
public static PaletteLight Light { get; } = new() public static PaletteLight Light { get; } = new()
{ {
Primary = "#0D1B2A", // Navy - text, buttons Primary = "#17283f", // Navy-mid - text, buttons
PrimaryDarken = "#162437", // Navy-mid - hover, elevated surfaces PrimaryDarken = "#112338", // Navy - hover, pressed
Secondary = "#1A3C34", // Deep green - italic emphasis Secondary = "#3D7A68", // Green-accent - secondary actions, emphasis
Tertiary = "#3D7A68", // Green-accent - interactive hovers/active/icons Tertiary = "#3aa163", // Green-interactive - primary interactive accent
Background = "#FAFAF8", // Warm off-white Background = "#FAFAF8", // Warm off-white
BackgroundGray = "#F0F2F0", // Slight warm gray for contrast BackgroundGray = "#F0F2F0", // Slight warm gray for contrast
Surface = "#FAFAF8", Surface = "#FAFAF8",