diff --git a/crates/ui2/src/color.rs b/crates/ui2/src/color.rs index 03e141831b..67700f797f 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,