~cbguder/dusttheme/0.3

« back to all changes in this revision

Viewing changes to Dust Aurora/gtk-2.0/gtkrc

  • Committer: Ricardo Mariano III
  • Date: 2009-01-18 00:12:40 UTC
  • Revision ID: kido@kido-laptop-20090118001240-nuyj9g9quqne3vyp
Add XFCE GTK support -- fixes #318320. Thanks, Artyom Smirnov!

Show diffs side-by-side

added added

removed removed

Lines of Context:
462
462
#KM: The panel menubar
463
463
widget_class "*Panel*<GtkMenuBar>*"                     style "aurora-default"
464
464
widget "*TomboyTray*"                                   style "aurora-panel" # Workaround for Tomboy
465
 
widget "*TomboyApplet*"                                 style "murrine-panel"
 
465
widget "*TomboyApplet*"                                 style "aurora-panel"
 
466
 
 
467
#XFCE panel workaroud
 
468
widget_class "*notif*"          style "aurora-panel"
 
469
widget_class "*Notif*"          style "aurora-panel"
 
470
widget_class "*Tray*"           style "aurora-panel"
 
471
widget_class "*tray*"           style "aurora-panel"
 
472
widget "*Xfce*Panel*"           style "aurora-panel"
 
473
class "*Xfce*Panel*"            style "aurora-panel"
466
474
 
467
475
# The window of the tooltip is called "gtk-tooltip"
468
476
################################