mirror of https://github.com/wayvr-org/wayvr.git
wgui: tweak default theme a little bit
This commit is contained in:
parent
895e95dcf4
commit
db436d4630
|
|
@ -116,10 +116,10 @@ static DEFAULT: &WguiColorPalette = &WguiColorPalette {
|
||||||
colors: [
|
colors: [
|
||||||
hex("#21adff"), // Primary
|
hex("#21adff"), // Primary
|
||||||
hex("#eaf7ff"), // OnPrimary
|
hex("#eaf7ff"), // OnPrimary
|
||||||
hex("#424b56"), // Secondary
|
hex("#ffffff"), // Secondary
|
||||||
hex("#d2e6ff"), // OnSecondary
|
hex("#222222"), // OnSecondary
|
||||||
hex("#10d0b3"), // Tertiary
|
hex("#10d0b3"), // Tertiary
|
||||||
hex("#d1fff8"), // OnTertiary
|
hex("#000000"), // OnTertiary
|
||||||
hex("#f7469a"), // Danger
|
hex("#f7469a"), // Danger
|
||||||
hex("#ffebf5"), // OnDanger
|
hex("#ffebf5"), // OnDanger
|
||||||
hex("#002e43"), // Background
|
hex("#002e43"), // Background
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue