Skip to content

Commit

Permalink
xfwm4: Improve tabwin contrast
Browse files Browse the repository at this point in the history
Don't let the mouse hover outshine the currently selected window.
Supersedes #272
  • Loading branch information
ochosi committed Sep 2, 2022
1 parent 9c78a2d commit 9cd7698
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion light/gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,11 @@ XfdesktopIconView.view {
background: transparentize($bg_color, 0.7);
}
&:hover {
background: mix(black, $selected_bg_color, 40%);
background: transparentize($bg_color, 0.9);
box-shadow: inset 0 -1px gtkalpha(white, 0.15),
inset 1px 0 gtkalpha(white, 0.15),
inset -1px 0 gtkalpha(white, 0.15),
inset 0 1px gtkalpha(white, 0.15);
transition-duration: 50ms;
}
}
Expand Down

0 comments on commit 9cd7698

Please sign in to comment.