From ac9b44ebd35d43150649e133b34174fedab72806 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 3 Dec 2021 13:05:34 -0500
Subject: [PATCH] greybird-gtk-theme: added lxde panel support

---
 helpers/make-greybird-gtk-theme | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/helpers/make-greybird-gtk-theme b/helpers/make-greybird-gtk-theme
index 930d5923..ba6bfd96 100644
--- a/helpers/make-greybird-gtk-theme
+++ b/helpers/make-greybird-gtk-theme
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 
-VERSION=2
+VERSION=3
 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe'
 
 . ./config
@@ -92,6 +92,21 @@ sed '/^tooltip {$/,/^}$/s/padding: 1px/padding: 3px/' -i light/gtk-3.0/_common.s
 sed '/^tooltip {$/,/^}$/s/text-shadow.*/text-shadow: none;/' -i light/gtk-3.0/_common.scss
 sed '/tooltip/s/#000000/#F5F5B5/; s/#E1E1E1/#000000/' -i light/gtk-2.0/gtkrc dark/gtk-2.0/gtkrc
 
+# lxde panel
+cat << EOF >> dark/gtk-2.0/apps/xfce-panel.rc
+
+# For lxpanel
+style "darkpanel"
+{
+        fg[NORMAL]              = "#ffffff"
+        fg[PRELIGHT]            = "#ffffff"
+        fg[SELECTED]            = "#ffffff"
+        fg[ACTIVE]              = "#ffffff"
+        fg[INSENSITIVE]         = "#ffffff"
+}
+widget "*Panel*" style "darkpanel"
+EOF
+
 changelog "Customized for Trisquel" 
 
 compile
-- 
GitLab