Skip to content
Snippets Groups Projects
Commit ac9b44eb authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

greybird-gtk-theme: added lxde panel support

parent 92da46d6
No related branches found
No related tags found
No related merge requests found
Pipeline #360 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment