chore: change inactive opacity to 50%
This commit is contained in:
parent
f820eb7ffe
commit
15a1a80178
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue