~ubuntu-art-pkg/light-themes/trunk

« back to all changes in this revision

Viewing changes to Ambiance/gtk-2.0/gtkrc

  • Committer: Kenneth Wimer
  • Date: 2010-03-04 19:25:28 UTC
  • Revision ID: kwwii@clive-20100304192528-rs73rasgqhx32w25
Final naming

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Dark theme
 
2
 
 
3
gtk_color_scheme = "fg_color:#3a3935\nbg_color:#f0ebe2\nbase_color:#ffffff\ntext_color:#3a3935\nselected_bg_color:#c6b9a6\nselected_fg_color:#323232\ntooltip_bg_color:#300a24\ntooltip_fg_color:#fff"
 
4
 
 
5
include "scrollbars/scrollbar.rc"
 
6
 
 
7
style "default"
 
8
{
 
9
        xthickness = 1
 
10
        ythickness = 1
 
11
 
 
12
        GtkWidget::new-tooltip-style = 1
 
13
 
 
14
        GtkScrolledWindow ::scrollbar-spacing = 0
 
15
        GtkScrolledWindow ::scrollbar-within-bevel = 0
 
16
        
 
17
        GtkButton::child-displacement-x = 1
 
18
        GtkButton::child-displacement-y = 1
 
19
        GtkButton::default-border = { 0, 0, 0, 0 }
 
20
 
 
21
        GtkCheckButton::indicator-size = 14
 
22
 
 
23
        GtkPaned::handle-size = 6
 
24
 
 
25
        GtkRange::trough-border = 3
 
26
        GtkRange::slider-width = 14
 
27
        GtkRange::stepper-size = 12
 
28
        GtkRange::trough-under-steppers = 0
 
29
 
 
30
        GtkScale::slider-length = 28
 
31
        GtkScale::trough-side-details = 1
 
32
 
 
33
        GtkScrollbar::min-slider-length = 64
 
34
        GtkMenuBar::internal-padding = 0
 
35
        GtkExpander::expander-size = 15
 
36
        GtkToolbar::internal-padding = 5
 
37
        GtkTreeView::expander-size = 15
 
38
        GtkTreeView::indent-expanders = TRUE
 
39
        GtkTreeView::vertical-separator = 1
 
40
 
 
41
        GtkMenu::horizontal-padding = 1
 
42
        GtkMenu::vertical-padding = 1
 
43
 
 
44
        WnckTasklist::fade-overlay-rect = 0
 
45
        # The following line hints to gecko (and possibly other appliations)
 
46
        # that the entry should be drawn transparently on the canvas.
 
47
        # Without this, gecko will fill in the background of the entry.
 
48
        GtkEntry::honors-transparent-bg-hint = 1
 
49
 
 
50
        GtkEntry::progress-border = { 2, 2, 2, 2 }
 
51
        GtkToolbar      :: shadow-type  = GTK_SHADOW_NONE
 
52
        GtkMenuBar      :: shadow-type  = GTK_SHADOW_NONE
 
53
        GtkMenuBar::window-dragging = 1
 
54
 
 
55
        fg[NORMAL]        = @fg_color
 
56
        fg[PRELIGHT]      = @fg_color
 
57
        fg[SELECTED]      = @selected_fg_color
 
58
        fg[ACTIVE]        = @fg_color
 
59
        fg[INSENSITIVE]   = shade (0.8, @bg_color)
 
60
 
 
61
        bg[NORMAL]        = @bg_color
 
62
        bg[PRELIGHT]      = shade (1.02, @bg_color)
 
63
        bg[SELECTED]      = shade (0.8, @selected_bg_color)
 
64
        bg[INSENSITIVE]   = shade (0.6,@base_color)
 
65
        bg[ACTIVE]        = shade (0.9, @bg_color)
 
66
 
 
67
        base[NORMAL]      = @base_color
 
68
        base[PRELIGHT]    = shade (0.95, @bg_color)
 
69
        base[ACTIVE]      = mix (0.7, @selected_bg_color, @bg_color)
 
70
        base[SELECTED]    = @selected_bg_color
 
71
        base[INSENSITIVE] = @bg_color
 
72
 
 
73
        text[NORMAL]      = @text_color
 
74
        text[PRELIGHT]    = @text_color
 
75
        text[ACTIVE]      = @selected_fg_color
 
76
        text[SELECTED]    = @selected_fg_color
 
77
        text[INSENSITIVE] = shade (0.6, @base_color)
 
78
 
 
79
        engine "murrine" {
 
80
                arrowstyle         = 1
 
81
                animation           = FALSE  # FALSE = disabled, TRUE = enabled
 
82
                colorize_scrollbar  = FALSE # FALSE = disabled, TRUE = enabled
 
83
                comboboxstyle   = 1
 
84
                contrast            = 0.4  # 0.8 for less contrast, more than 1.0 for more contrast on borders
 
85
                glazestyle          = 3     # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
 
86
                glow_shade          = 1.1
 
87
                glowstyle           = 4     # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
 
88
                gradient_shades     = {1.2,1.0,1.0,0.9}
 
89
                highlight_shade     = 1.0
 
90
                lightborderstyle    = 1     # 0 = lightborder on top side, 1 = lightborder on all sides
 
91
                listviewheaderstyle = 1     # 0 = flat, 1 = glassy, 2 = raised
 
92
                listviewstyle       = 1     # 0 = nothing, 1 = dotted
 
93
                menubaritemstyle    = 0     # 0 = menuitem look, 1 = button look
 
94
                menubarstyle        = 0     # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
 
95
                menuitemstyle       = 0     # 0 = flat, 1 = glassy, 2 = striped
 
96
                menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
 
97
                progressbarstyle    = 0     # 0 = flat, 1 = striped, 2 = blocks
 
98
                reliefstyle         = 4     # 0 = flat, 1 = inset, 2 = shadow
 
99
                rgba                = FALSE  # FALSE = disabled, TRUE = enabled
 
100
                roundness           = 3     # 0 = squared, 1 = old default, more will increase roundness
 
101
                #scrollbarstyle      = 2     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
 
102
                sliderstyle         = 1     # 0 = nothing added, 1 = handles
 
103
#               spinbuttonstyle     = 0
 
104
                stepperstyle        = 0     # 0 = standard, 1 = integrated stepper handles, 2 = unknown
 
105
                toolbarstyle        = 0     # 0 = flat, 1 = glassy, 2 = gradient                
 
106
        }
 
107
}
 
108
 
 
109
style "wide"
 
110
{
 
111
        xthickness = 2
 
112
        ythickness = 2
 
113
}
 
114
 
 
115
style "wider"
 
116
{
 
117
        xthickness = 3
 
118
        ythickness = 3
 
119
}
 
120
 
 
121
style "button" = "wider"
 
122
{
 
123
        engine "murrine" {
 
124
           contrast = 0.8
 
125
        }
 
126
 
 
127
        bg[NORMAL]   = shade (0.9, @selected_bg_color)
 
128
        bg[PRELIGHT] = shade (1.0, @selected_bg_color)
 
129
        bg[SELECTED] = shade (1.0, @selected_bg_color)
 
130
        bg[ACTIVE]   = shade (0.9, @selected_bg_color)
 
131
        bg[INSENSITIVE]   = mix (0.3, @selected_bg_color, @bg_color)
 
132
}
 
133
 
 
134
style "entry" = "wider"{
 
135
 
 
136
}
 
137
 
 
138
style "toolbar" = "default"
 
139
{
 
140
 
 
141
}
 
142
 
 
143
style "toolbar-item" = "toolbar"
 
144
{
 
145
 
 
146
}
 
147
style "toolbar-sep" = "toolbar-item"
 
148
{
 
149
    bg[NORMAL] = shade(0.5, @base_color)
 
150
}
 
151
 
 
152
style "notebook-bg" = "wider"
 
153
{
 
154
 
 
155
}
 
156
 
 
157
style "notebook" = "notebook-bg"
 
158
{
 
159
        bg[NORMAL]   = shade (1.02, @bg_color)
 
160
        bg[ACTIVE]   = shade (0.9, @bg_color)
 
161
        bg[PRELIGHT] = shade (1.0, @bg_color)
 
162
        bg[SELECTED] = shade (0.9, @bg_color)
 
163
 
 
164
}
 
165
 
 
166
style "panel" {
 
167
 
 
168
        xthickness = 4
 
169
        ythickness = 0
 
170
 
 
171
        bg[NORMAL] = "#3c3b37"
 
172
        bg[PRELIGHT] = shade (0.74, @selected_bg_color)
 
173
        bg[ACTIVE]   = shade (0.54, @selected_bg_color)
 
174
 
 
175
        fg[NORMAL]      = "#dfd8c8"
 
176
        fg[PRELIGHT]    = "#dfd8c8"
 
177
        fg[ACTIVE]      = "#dfd8c8"
 
178
 
 
179
        bg_pixmap[NORMAL] = "panel_bg.png"
 
180
        engine "murrine" {
 
181
            roundness = 0
 
182
        }
 
183
}
 
184
 
 
185
style "menu" 
 
186
{
 
187
        xthickness = 0
 
188
        ythickness = 0
 
189
 
 
190
        fg[NORMAL]      = "#dfd8c8"
 
191
        fg[PRELIGHT]    = "#fff"
 
192
        fg[ACTIVE]      = "#fff"
 
193
        fg[SELECTED]    = "#fff"
 
194
        fg[INSENSITIVE] = "#99958b"
 
195
 
 
196
        bg[INSENSITIVE]   = "#3c3b37"
 
197
        bg[NORMAL]      = "#3c3b37"
 
198
        bg[ACTIVE]   = "#54524d"
 
199
        bg[SELECTED]   = "#54524d"
 
200
        bg[PRELIGHT]   = "#54524d"
 
201
 
 
202
        engine "murrine" {
 
203
            roundness = 0
 
204
 #           gradient_shades = {1.0,1.0,1.0,1.0}
 
205
        }
 
206
}
 
207
 
 
208
style "menu-item" = "default"
 
209
{
 
210
        xthickness = 0
 
211
        ythickness = 5
 
212
 
 
213
        fg[NORMAL]      = "#dfd8c8"
 
214
        fg[PRELIGHT]    = "#fff"
 
215
        fg[ACTIVE]      = "#fff"
 
216
        fg[SELECTED]    = "#fff"
 
217
        fg[INSENSITIVE] = "#99958b"
 
218
        engine "murrine" {
 
219
            roundness = 0
 
220
#           lightborderstyle = 0
 
221
#           gradient_shades = {1.0,1.0,1.0,1.0}
 
222
        }
 
223
 
 
224
}
 
225
 
 
226
style "separator-menu-item"
 
227
{
 
228
        GtkSeparatorMenuItem::horizontal-padding = 0
 
229
        GtkWidget::wide-separators = 0
 
230
        GtkWidget::separator-width = 1
 
231
        GtkWidget::separator-height = 1
 
232
        ythickness = 0
 
233
        xthickness = 1
 
234
        bg[NORMAL]= shade(0.4, @selected_bg_color)
 
235
}
 
236
 
 
237
# Based on the default style so that the colors from the button
 
238
# style are overriden again.
 
239
style "treeview-header" = "default"
 
240
{
 
241
        xthickness = 4
 
242
        ythickness = 1
 
243
 
 
244
        bg[NORMAL]   = shade (0.9, @selected_bg_color)
 
245
        bg[PRELIGHT] = shade (1.0, @selected_bg_color)
 
246
        bg[SELECTED] = shade (1.0, @selected_bg_color)
 
247
        bg[ACTIVE]   = shade (0.9, @selected_bg_color)
 
248
        bg[INSENSITIVE]   = mix (0.3, @selected_bg_color, @bg_color)
 
249
}
 
250
 
 
251
style "tooltips"
 
252
{
 
253
        xthickness = 8
 
254
        ythickness = 5
 
255
 
 
256
        bg[NORMAL] = @tooltip_bg_color
 
257
        bg[SELECTED] = "#000000"
 
258
        fg[NORMAL] = @tooltip_fg_color
 
259
}
 
260
 
 
261
style "progressbar"
 
262
{
 
263
        xthickness = 0
 
264
        ythickness = 0
 
265
 
 
266
        bg[SELECTED] = "#f15d2c"
 
267
 
 
268
        fg[PRELIGHT] ="#fff"
 
269
 
 
270
        engine "murrine"{
 
271
            roundness = 4
 
272
#           contrast = 1.1
 
273
            highlight_shade = 1.2
 
274
#           lightborder_shade   = 0.5
 
275
            gradient_shades = {1.2,1.1,1.0,0.9}
 
276
        }
 
277
}
 
278
style "pixmap-statusbar" = "default"
 
279
{
 
280
}
 
281
 
 
282
style "comboboxentry" 
 
283
{
 
284
        ythickness = 3
 
285
        xthickness = 3
 
286
                
 
287
        bg[NORMAL]   = shade (0.9, @selected_bg_color)
 
288
        bg[PRELIGHT] = shade (1.0, @selected_bg_color)
 
289
        bg[SELECTED] = shade (1.0, @selected_bg_color)
 
290
        bg[ACTIVE]   = shade (0.9, @selected_bg_color)
 
291
        bg[INSENSITIVE]   = mix (0.3, @selected_bg_color, @bg_color)
 
292
}
 
293
 
 
294
style "spinbutton"
 
295
{
 
296
        bg[INSENSITIVE]   = mix (0.3, @selected_bg_color, @bg_color)
 
297
}
 
298
 
 
299
style "scale"
 
300
{
 
301
        bg[NORMAL] = shade (1.0, @selected_bg_color)
 
302
#       bg[ACTIVE] = "#f15d2c"
 
303
        bg[SELECTED] = "#f15d2c"
 
304
#       bg[INSENSITIVE] = "#f15d2c"
 
305
 
 
306
        engine "murrine"{
 
307
            roundness = 8
 
308
            contrast = 1.1
 
309
            highlight_shade = 1.2
 
310
            lightborder_shade   = 1.1
 
311
            gradient_shades = {1.5,1.2,1.0,0.9}
 
312
        }
 
313
}
 
314
 
 
315
style "menubar" = "default"
 
316
{
 
317
        bg[NORMAL]      =       "#3c3b37"
 
318
 
 
319
        fg[NORMAL]        = "#dfd8c8"
 
320
        fg[PRELIGHT]      = @base_color
 
321
        fg[SELECTED]      = @base_color
 
322
        fg[ACTIVE]        = @base_color
 
323
        fg[INSENSITIVE]   = "#99958b"
 
324
}
 
325
 
 
326
style "frame"
 
327
{
 
328
}
 
329
 
 
330
style "frame-title" = "frame"
 
331
{
 
332
}
 
333
 
 
334
style "nautilus-location"
 
335
{
 
336
        bg[NORMAL] = mix(0.60, @bg_color, @selected_bg_color)
 
337
}
 
338
 
 
339
# SZ07: This is added to tell the theme how to color checkmarks and radio items that are not in menus.
 
340
style "radiocheck"
 
341
{
 
342
#       text[NORMAL]    = @selected_fg_color    # Color for selected checks/radio items.
 
343
#       text[PRELIGHT]  = @selected_fg_color    # Color for selected checks/radio items on prelight.
 
344
        bg[SELECTED] = "#f15d2c"
 
345
        bg[NORMAL]   = mix (0.3, @selected_bg_color, @bg_color)
 
346
 
 
347
        engine "murrine"{
 
348
            contrast = 1.5
 
349
#           highlight_shade = 1.0
 
350
#           lightborder_shade   = 1.0
 
351
            gradient_shades = {1.5,1.3,1.0,0.9}
 
352
        }
 
353
}
 
354
#########################################
 
355
# Matches
 
356
#########################################
 
357
 
 
358
widget "ido-offscreen-scale" style "menubar"
 
359
widget "*IdoEntryMenuItem*" style "wide"
 
360
 
 
361
# default style is applied to every widget
 
362
class "GtkWidget"    style "default"
 
363
 
 
364
# Increase the x/ythickness in some widgets
 
365
class "GtkRange"     style "default"
 
366
class "GtkFrame"     style "frame"
 
367
class "GtkSeparator" style "wide"
 
368
class "GtkEntry"     style "entry"
 
369
class "GtkStatusbar" style "pixmap-statusbar"
 
370
class "GtkMenuBar"   style:highest "menubar"
 
371
 
 
372
class "*HandleBox" style "toolbar"
 
373
class "GtkToolbar"   style "toolbar" 
 
374
widget_class "*HandleBox" style "toolbar"
 
375
widget_class "*<GtkToolbar>.*"   style "toolbar-item"
 
376
 
 
377
# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
 
378
style "text-is-fg-color-workaround"
 
379
{
 
380
        text[NORMAL]      = @fg_color
 
381
        text[PRELIGHT]    = @fg_color
 
382
        text[SELECTED]    = @selected_fg_color
 
383
        text[ACTIVE]      = @fg_color
 
384
        text[INSENSITIVE] = darker (@bg_color)
 
385
}
 
386
widget_class "*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround"
 
387
 
 
388
class "GtkSpinButton"  style "spinbutton"
 
389
class "GtkScale"       style "scale"
 
390
class "GtkVScale"      style "scale"
 
391
class "GtkHScale"      style "scale"
 
392
#class "GtkScrollbar"   style "scrollbar"
 
393
class "GtkButton"      style "button"
 
394
 
 
395
class "GtkRadioButton"  style:highest "radiocheck"      # SZ07: Added for the checkmarks/radio
 
396
class "GtkCheckButton"  style:highest "radiocheck"      # SZ07: Added for the checkmarks/radio
 
397
 
 
398
# General matching following, the order is choosen so that the right styles override each other
 
399
# eg. progressbar needs to be more important then the menu match.
 
400
 
 
401
widget_class "*<GtkNotebook>*<GtkEventBox>"     style "notebook-bg"
 
402
widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "notebook-bg"
 
403
widget_class "*<GtkNotebook>*<GtkLayout>"       style "notebook-bg"
 
404
widget_class "*<GtkNotebook>"    style "notebook"
 
405
 
 
406
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
 
407
widget_class "*<GtkCombo>*"         style "comboboxentry"
 
408
 
 
409
widget_class "*<GtkMenuBar>.*"          style "menu-item"
 
410
widget_class "*<GtkMenu>*"              style "menu"
 
411
widget_class "*<GtkMenuItem>*"          style "menu-item"
 
412
widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"
 
413
 
 
414
widget_class "*<GtkFrame>"  style "frame"
 
415
widget_class "*.<GtkFrame>.<GtkLabel>" style "frame-title"
 
416
 
 
417
widget_class "*<GtkStatusbar>*"  style "wider"
 
418
widget_class "*<GtkProgressBar>"       style "progressbar"
 
419
 
 
420
# Treeview header
 
421
widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview-header"
 
422
widget_class "*.<GtkCTree>.<GtkButton>"    style "treeview-header"
 
423
widget_class "*.<GtkList>.<GtkButton>"     style "treeview-header"
 
424
widget_class "*.<GtkCList>.<GtkButton>"    style "treeview-header"
 
425
 
 
426
# Panel stuff
 
427
widget "*PanelWidget*"                                  style "panel"
 
428
widget "*PanelApplet*"                                  style "panel"
 
429
widget "*fast-user-switch*"                             style "panel" # Workaround for Fast User Switch applet
 
430
class "PanelApp*"                                       style "panel"
 
431
class "PanelToplevel*"                                  style "panel"
 
432
widget_class "*Panel*<GtkMenuBar>*"                     style:highest "panel" # The panel menubar
 
433
widget "*TomboyTray*"                                   style "panel" # Workaround for Tomboy
 
434
widget "*TomboyApplet*"                                 style "panel"
 
435
 
 
436
#XFCE panel
 
437
widget_class "*notif*"          style "panel"
 
438
widget_class "*Notif*"  widget "*IdoEntryMenuItem*" style "wide"        style "panel"
 
439
widget_class "*Tray*"           style "panel"
 
440
widget_class "*tray*"           style "panel"
 
441
widget "*Xfce*Panel*"           style "panel"
 
442
class "*Xfce*Panel*"            style "panel"
 
443
 
 
444
# The following lines make panel-menu-applet, slab-main-menu and gimmie applet's text bold. The radius value sets the roundness value of the selected menu-item.
 
445
#style "bold-panel-menu"
 
446
#{
 
447
#       font_name = "Bold"
 
448
#}
 
449
#
 
450
#style "bold-panel-slab"
 
451
#{
 
452
#       font_name = "Bold"
 
453
#}
 
454
#widget "*Panel*slab-main-menu-panel-button*" style "bold-panel-slab"
 
455
#widget "*gimmie*" style "bold-panel-slab"
 
456
#widget "*Panel*MenuBar*" style "bold-panel-menu"
 
457
#widget "*Panel*Clock*" style "bold-panel-menu"
 
458
 
 
459
widget "gtk-tooltip*" style "tooltips"
 
460
 
 
461
###################################################
 
462
# Special cases and work arounds
 
463
###################################################
 
464
 
 
465
# Nautilus sidebar
 
466
widget_class "*NautilusSidePane.GtkFrame"       style "pixmap-statusbar"
 
467
 
 
468
# Workarounds for Evolution
 
469
widget_class "*.ETable.ECanvas"    style "treeview-header"
 
470
widget_class "*.ETree.ECanvas"    style "treeview-header"
 
471
 
 
472
# Firefox isn't nice to dark themes, so unset the dark stuff.
 
473
#widget "MozillaGtkWidget*Toolbar*"     style "toolbar-item"
 
474
#widget "MozillaGtkWidget*Frame*"       style "default"
 
475
 
 
476
# Monodevelop uses an OptionPanel widget, which incidentally is dark in our theme.
 
477
# Undo it:
 
478
widget "*OptionPanel*"          style "button"
 
479
widget "*optionPanel*"          style "button"
 
480
 
 
481
# Special case the nautilus-extra-view-widget
 
482
# ToDo: A more generic approach for all applications that have a widget like this.
 
483
widget "*.nautilus-extra-view-widget" style : highest "nautilus-location"
 
484
 
 
485
style "menuitem-text-is-fg-color-workaround" 
 
486
{
 
487
        text[NORMAL]        = "#dfd8c8"
 
488
        text[PRELIGHT]      = @base_color
 
489
        text[SELECTED]      = @base_color
 
490
        text[ACTIVE]        = @base_color
 
491
        text[INSENSITIVE]   = "#99958b"
 
492
}
 
493
widget "*.gtk-combobox-popup-menu.*"   style "menuitem-text-is-fg-color-workaround"
 
494
 
 
495
# Work around the usage of GtkLabel inside GtkListItems to display text.
 
496
# This breaks because the label is shown on a background that is based on the
 
497
# base color set.
 
498
style "fg-is-text-color-workaround"
 
499
{
 
500
        fg[NORMAL]      = @text_color
 
501
        fg[PRELIGHT]    = @text_color
 
502
        fg[ACTIVE]      = @selected_fg_color
 
503
        fg[SELECTED]    = @selected_fg_color
 
504
        fg[INSENSITIVE] = @text_color
 
505
}
 
506
widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
 
507
# The same problem also exists for GtkCList and GtkCTree
 
508
# Only match GtkCList and not the parent widgets, because that would also change the headers.
 
509
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"
 
510
 
 
511
style "evo-new-button-workaround" 
 
512
{
 
513
        engine "clearlooks"
 
514
        {
 
515
                toolbarstyle = 0
 
516
        }
 
517
}
 
518
 
 
519
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround"
 
520
 
 
521
#Rhythmbox toolbar near the search entry. Use default + wide so that it doesn't turn dark.
 
522
style "rhythmbox-header" = "default"
 
523
{
 
524
        xthickness = 3
 
525
        ythickness = 3
 
526
        engine "clearlooks" {
 
527
        }
 
528
}
 
529
widget "*RBSourceHeader*"       style:highest "rhythmbox-header"
 
530
widget "*HeaderToolbar*"        style:highest "rhythmbox-header"
 
531
widget "*FooterToolbar*"        style:highest "rhythmbox-header"
 
532
 
 
533
widget "*swt*toolbar*"  style "default"
 
534