style "tooltips"	= "default"
{
    bg[NORMAL]	  = @tooltip_bg_color
    fg[NORMAL]	  = @tooltip_fg_color
    bg[SELECTED]  = @tooltip_bg_color

}
widget "gtk-tooltip*"  			style "tooltips"
class 		"*GtkTooltips*"		style "tooltips"
widget_class 	"*Tooltips*"		style "tooltips"
widget "*.nautilus-extra-view-widget" style:highest "tooltips"

style "xfdesktop-icon-view"
 { 
    XfdesktopIconView::label-alpha = 0
    XfdesktopIconView::selected-label-alpha = 170

    base[NORMAL]	  = @bg_color
    fg[NORMAL]	  = @selected_fg_color
    base[SELECTED]  = @selected_bg_color
    fg[SELECTED]  = @selected_fg_color
	engine "murrine" {
    textstyle = 1
    text_shade = 0.1
}
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
