slitaz-configs diff rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc @ rev 94

Add edit-dot-profile and *-xdefaults to make them work, have much better tooltips for GTK theme and add ~/.gtkrc-2.0.mine
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 07 20:49:47 2011 +0200 (2011-04-07)
parents d116d1dd8cdd
children 135cbd9b8467
line diff
     1.1 --- a/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Sun Mar 21 19:15:09 2010 +0100
     1.2 +++ b/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Thu Apr 07 20:49:47 2011 +0200
     1.3 @@ -99,9 +99,10 @@
     1.4  
     1.5  style "clearlooks-tooltips" = "clearlooks-default"
     1.6  {
     1.7 -  xthickness = 4
     1.8 -  ythickness = 4
     1.9 -  bg[NORMAL] = { 1.0,1.0,0.75 }
    1.10 +  bg[NORMAL] = "#f8f8f8"
    1.11 +  fg[NORMAL] = "#000000"
    1.12 +  xthickness = 8
    1.13 +  ythickness = 8
    1.14  }
    1.15  
    1.16  style "clearlooks-progressbar" = "clearlooks-default"
    1.17 @@ -139,7 +140,7 @@
    1.18  
    1.19  # tooltips stuff
    1.20  widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
    1.21 -widget "gtk-tooltips" style "clearlooks-tooltips"
    1.22 +widget "gtk-tooltip*" style "clearlooks-tooltips"
    1.23  
    1.24  # treeview stuff
    1.25  widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"