From c4655b7b9a2068c113d2d14fdad719c9d5764d78 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:30:17 +0900 Subject: [PATCH] default secondary --- wgui/src/palette.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgui/src/palette.rs b/wgui/src/palette.rs index a010f161..c2fe66cd 100644 --- a/wgui/src/palette.rs +++ b/wgui/src/palette.rs @@ -116,8 +116,8 @@ static DEFAULT: &WguiColorPalette = &WguiColorPalette { colors: [ hex("#21adff"), // Primary hex("#eaf7ff"), // OnPrimary - hex("#ffffff"), // Secondary - hex("#222222"), // OnSecondary + hex("#f4c95d"), // Secondary + hex("#2a2105"), // OnSecondary hex("#10d0b3"), // Tertiary hex("#000000"), // OnTertiary hex("#f7469a"), // Danger