~murrine-themes-team/murrine-themes/testing

« back to all changes in this revision

Viewing changes to Natty/gtk-2.0/gtkrc

  • Committer: luca
  • Date: 2009-05-30 23:59:08 UTC
  • Revision ID: luca@rocksolid-20090530235908-bf9fbwq336pw5el7
Natty flat toolbar

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        GtkToolbar::internal-padding = 0
34
34
        GtkTreeView::expander-size = 14
35
35
        GtkTreeView::vertical-separator = 0
36
 
 
 
36
        
37
37
        GtkMenu::horizontal-padding = 0
38
38
        GtkMenu::vertical-padding = 0
39
39
        
 
40
        GtkMenuBar::shadow_type = GTK_SHADOW_NONE
 
41
        GtkToolbar::shadow_type = GTK_SHADOW_NONE
 
42
        
40
43
        WnckTasklist::fade-overlay-rect = 0
41
44
        # The following line hints to gecko (and possibly other appliations)
42
45
        # that the entry should be drawn transparently on the canvas.
260
263
        text[PRELIGHT]    = @selected_fg_color
261
264
}
262
265
 
 
266
style "firefox" {
 
267
        engine "murrine" {
 
268
                toolbarstyle        = 0
 
269
        }
 
270
}
 
271
 
263
272
# Wrokaroudn style for places where the text color is used instead of the fg color.
264
273
style "text_is_fg_color_workaround" {
265
274
        text[NORMAL]      = @fg_color
352
361
widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
353
362
widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
354
363
 
 
364
widget_class "*Firefox*" style "firefox"
 
365
 
355
366
# The window of the tooltip is called "gtk-tooltip"
356
367
##################################################################
357
368
# FIXME: