greybird-gtk-theme: added lxde panel support
This commit is contained in:
parent
92da46d648
commit
ac9b44ebd3
1 changed files with 16 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue