wip: segmented control

This commit is contained in:
2026-05-25 18:43:26 +01:00
parent ecf09d992d
commit 91a57cbc0f
5 changed files with 30 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ pub(crate) fn latte() -> Theme {
colors: ThemeColors {
background: hex(0xeff1f5),
surface: hex(0xe6e9ef),
surface_elevated: hex(0xdce0e8),
surface_elevated: hex(0xeff1f5),
surface_chrome: hex(0xdce0e8),
surface_hover: hex(0xdce0e8),
surface_active: hex(0xccd0da),
@@ -152,7 +152,7 @@ pub(crate) fn mocha() -> Theme {
colors: ThemeColors {
background: hex(0x1e1e2e),
surface: hex(0x181825),
surface_elevated: hex(0x313244),
surface_elevated: hex(0x45475a),
surface_chrome: hex(0x11111b),
surface_hover: hex(0x313244),
surface_active: hex(0x45475a),