diff --git a/crates/ui2/src/color.rs b/crates/ui2/src/color.rs index 03e141831bd4d1a3ab8e68ae9ea3a7970a5e4a82..67700f797f9adf3b8c83681f4ec433209b8c9f2c 100644 --- a/crates/ui2/src/color.rs +++ b/crates/ui2/src/color.rs @@ -166,13 +166,13 @@ impl ThemeColor { surface: theme.middle.base.default.background, background: theme.lowest.base.default.background, filled_element: theme.lowest.base.default.background, - filled_element_hover: hsla(0.0, 0.0, 100.0, 0.16), - filled_element_active: hsla(0.0, 0.0, 100.0, 0.32), + filled_element_hover: hsla(0.0, 0.0, 100.0, 0.12), + filled_element_active: hsla(0.0, 0.0, 100.0, 0.16), filled_element_selected: theme.lowest.accent.default.background, filled_element_disabled: transparent, ghost_element: transparent, ghost_element_hover: hsla(0.0, 0.0, 100.0, 0.08), - ghost_element_active: hsla(0.0, 0.0, 100.0, 0.16), + ghost_element_active: hsla(0.0, 0.0, 100.0, 0.12), ghost_element_selected: theme.lowest.accent.default.background, ghost_element_disabled: transparent, text: theme.lowest.base.default.foreground,