From 77c7140826c2d2a8ec5d2876a59fb89e271de8c9 Mon Sep 17 00:00:00 2001 From: Ark74 <ark@switnet.org> Date: Thu, 25 Aug 2022 20:08:47 -0500 Subject: [PATCH] greybird-gtk-theme: fix invisible alt-tab selector under white brackground --- helpers/make-greybird-gtk-theme | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/helpers/make-greybird-gtk-theme b/helpers/make-greybird-gtk-theme index 22c31c38..64165748 100644 --- a/helpers/make-greybird-gtk-theme +++ b/helpers/make-greybird-gtk-theme @@ -16,8 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -VERSION=9 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM main universe' +VERSION=10 . ./config @@ -107,6 +106,13 @@ sed '/Paned/,/^}$/s/image($backdrop_borders_color)/image($bg_color)/' -i light/g # fix panel toggles too wide sed '/min-width: 44px/d' -i light/gtk-3.0/_others.scss dark/gtk-3.0/_others.scss +#fix invisible alt-tab transparent selector under white brackground. +cat << EOF >> dark/gtk-3.0/_others.scss +.osd image:selected { + background: #363636; +} +EOF + # lxde panel cat << EOF >> dark/gtk-2.0/apps/xfce-panel.rc -- GitLab