wgui: tweak default theme a little bit

This commit is contained in:
Aleksander 2026-07-12 20:04:47 +02:00
parent 895e95dcf4
commit db436d4630
1 changed files with 3 additions and 3 deletions

View File

@ -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