From db436d4630f8297b008674a82bb544e63bdeca9b Mon Sep 17 00:00:00 2001 From: Aleksander Date: Sun, 12 Jul 2026 20:04:47 +0200 Subject: [PATCH] wgui: tweak default theme a little bit --- wgui/src/palette.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wgui/src/palette.rs b/wgui/src/palette.rs index f0304782..a010f161 100644 --- a/wgui/src/palette.rs +++ b/wgui/src/palette.rs @@ -116,10 +116,10 @@ static DEFAULT: &WguiColorPalette = &WguiColorPalette { colors: [ hex("#21adff"), // Primary hex("#eaf7ff"), // OnPrimary - hex("#424b56"), // Secondary - hex("#d2e6ff"), // OnSecondary + hex("#ffffff"), // Secondary + hex("#222222"), // OnSecondary hex("#10d0b3"), // Tertiary - hex("#d1fff8"), // OnTertiary + hex("#000000"), // OnTertiary hex("#f7469a"), // Danger hex("#ffebf5"), // OnDanger hex("#002e43"), // Background