wip: segmented control
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user