Skip to content

Commit

Permalink
Improve dark xfwm4 tabwin contrast
Browse files Browse the repository at this point in the history
Relates to #272
  • Loading branch information
ochosi committed Nov 30, 2020
1 parent cd10413 commit d6d8819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dark/gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ XfdesktopIconView.view {
box-shadow: none;

&:active, &:checked, &:active:hover, &:checked:hover {
background: transparentize($bg_color, 0.7);
background: transparentize($fg_color, 0.7);
}
&:hover {
background: mix(black, $selected_bg_color, 40%);
Expand Down

0 comments on commit d6d8819

Please sign in to comment.