feat: design touch up
This commit is contained in:
@@ -15,11 +15,11 @@ pub(crate) const fn latte() -> Theme {
|
||||
mode: ThemeMode::Light,
|
||||
colors: ThemeColors {
|
||||
background: hex(0xeff1f5),
|
||||
surface: hex(0xeff1f5),
|
||||
surface: hex(0xe6e9ef),
|
||||
surface_elevated: hex(0xdce0e8),
|
||||
surface_chrome: hex(0xe6e9ef),
|
||||
surface_hover: hex(0xe6e9ef),
|
||||
surface_active: hex(0xdce0e8),
|
||||
surface_chrome: hex(0xdce0e8),
|
||||
surface_hover: hex(0xdce0e8),
|
||||
surface_active: hex(0xccd0da),
|
||||
border: hex(0xbcc0cc),
|
||||
border_muted: hex(0xccd0da),
|
||||
border_strong: hex(0xacb0be),
|
||||
|
||||
Reference in New Issue
Block a user