diff --git a/src/theme/style/iced.rs b/src/theme/style/iced.rs index 6f3388c4..5591a051 100644 --- a/src/theme/style/iced.rs +++ b/src/theme/style/iced.rs @@ -484,7 +484,7 @@ impl container::StyleSheet for Theme { } else { use crate::ext::ColorExt; let unfocused_color = Color::from(cosmic.background.component.on) - .blend_alpha(cosmic.background.base.into(), 0.75); + .blend_alpha(cosmic.background.base.into(), 0.5); (unfocused_color, unfocused_color) };