From d6d8819c30073245887000fd90aef151aa2e7fe0 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Tue, 1 Dec 2020 00:46:15 +0100 Subject: [PATCH] Improve dark xfwm4 tabwin contrast Relates to #272 --- dark/gtk-3.0/_xfce.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dark/gtk-3.0/_xfce.scss b/dark/gtk-3.0/_xfce.scss index 24325ad0..55901624 100644 --- a/dark/gtk-3.0/_xfce.scss +++ b/dark/gtk-3.0/_xfce.scss @@ -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%);