File: gtkrc

package info (click to toggle)
metatheme-gilouche 11.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 2,216 kB
  • ctags: 66
  • sloc: sh: 9,768; xml: 421; makefile: 272
file content (744 lines) | stat: -rw-r--r-- 20,360 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
# Gilouche 2.0

# Based on Clearlooks
# Created by Jakub Steiner, Garrett LeSage, Aaron Bockover
#
# Richard Stellingwerff, Emil Jacobs, and Daniel Borgmann.

#defining icon sizes
#gtk-icon-sizes = "gtk-menu=16,16:panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=22,22"

#default color scheme
gtk_color_scheme = "fg_color:#101010\nbg_color:#fbf8f1\nbase_color:#fff\ntext_color:#000\nselected_bg_color:#6798cb\nselected_fg_color:#fff"

style "theme-default"
{
    GtkButton      ::default_border    = { 0, 0, 0, 0 }
    GtkRange       ::trough_border     = 0
    GtkPaned       ::handle_size       = 8
    GtkRange       ::slider_width      = 15
    GtkRange       ::stepper_size      = 15
    GtkScrollbar   ::min_slider_length = 30
    GtkCheckButton ::indicator_size    = 14
    GtkMenuBar     ::internal-padding  = 0
    GtkTreeView    ::expander_size     = 12
    GtkExpander    ::expander_size     = 14

    # The following line hints to gecko (and possibly other appliations)
    # that the entry should be drawn transparently on the canvas.
    # Without this, gecko will fill in the background of the entry.
    GtkEntry       ::honors-transparent-bg-hint = 1

    xthickness = 1
    ythickness = 1

    fg[NORMAL]        = @fg_color #"#000000" # black
    fg[PRELIGHT]      = @fg_color #"#000000" # black
    fg[SELECTED]      = @selected_fg_color #"#ffffff" # white 
    fg[ACTIVE]        = @fg_color #"#000000" # black
    fg[INSENSITIVE]   = darker (@bg_color) #"#b5b3ac" # dark beige

    bg[NORMAL]        = @bg_color # "#ede9e3"
    bg[PRELIGHT]      = shade (1.02, @bg_color) #"#f9f7f3" # very light beige
    bg[SELECTED]      = @selected_bg_color # "#5598d7" # deepsky
    bg[INSENSITIVE]   = @bg_color # "#efebe5" # beige
    bg[ACTIVE]        = shade (0.9, @bg_color) #"#dcd4c9" #"#d7d3ca" # dark beige

    base[NORMAL]      = @base_color # "#ffffff" # white 
    base[PRELIGHT]    = shade (0.95, @bg_color) # "#5f8ec4" # dark beige
    base[ACTIVE]      = shade (0.9, @selected_bg_color) # "#a69f91" # darker deepsky
    base[SELECTED]    = @selected_bg_color # "#5598d7" # deepsky
    base[INSENSITIVE] = @bg_color # "#e8e5de" # beige

    text[NORMAL]      = @text_color # "#000000" # black
    text[PRELIGHT]    = @text_color # "#000000" # black
    text[ACTIVE]      = @selected_fg_color # "#ffffff" # white
    text[SELECTED]    = @selected_fg_color # "#ffffff" # white
    text[INSENSITIVE] = darker (@bg_color) # "#b5b3ac" # dark beige

    engine "clearlooks"  {
      #style               = CLASSIC # classic tabs
      style               = GUMMY   # classic tabs
      toolbarstyle        = 0       # flat toolbars
      animation           = TRUE    # animated progressbars
      menubarstyle        = 2       # flat menus
      colorize_scrollbar  = TRUE   
    }
    
    #engines 2.22 -- supposedly gets rid of menu/toolbar separator
    GtkMenuBar::shadow_type = GTK_SHADOW_NONE
    GtkToolbar::shadow_type = GTK_SHADOW_NONE

}

style "theme-wide" = "theme-default"
{
    xthickness = 3
    ythickness = 3
}

style "theme-text" = "theme-default"
{
    #base[SELECTED]     = "#fc9747"  # Outline?
}

style "theme-toolbar" = "theme-default" 
{
    #top and bottom border
    bg[NORMAL] = shade (0.25, @bg_color)
}

style "theme-scrollbar" = "theme-default"
{
    bg[SELECTED] = shade (1.1, @selected_bg_color)
}


style "theme-tasklist" = "theme-default"
{
    xthickness = 5
    ythickness = 3
}

style "theme-menu" = "theme-default"
{
    xthickness = 3
    ythickness = 3
    bg[NORMAL] = shade (1.1,@bg_color)
}

style "theme-menu-item" = "theme-default"
{
    xthickness = 2
    ythickness = 4
    fg[PRELIGHT] = @selected_fg_color
    text[PRELIGHT] = @selected_fg_color
    base[PRELIGHT] = @selected_bg_color # Selection color
}

style "theme-menu-itembar" = "theme-default"
{
    xthickness = 0
    ythickness = 0
}

style "theme-tree" = "theme-default"
{
    xthickness = 2
    ythickness = 2
    GtkTreeView::odd-row-color = shade (0.9, @base_color)
    GtkTreeView::even-row-color = @base_color
    engine "clearlooks" {
      style = CLASSIC
    }

}

style "theme-frame-title" = "theme-default"
{
    #fg[NORMAL] = "#f00" #button frames
    base[SELECTED]    = @selected_bg_color  # Tab selection color
    bg[ACTIVE]        = shade (0.9, @bg_color)  # Unselected tabs

}

style "theme-tooltips" = "theme-default"
{
    xthickness = 4
    ythickness = 4
    bg[NORMAL] = { 1.0,1.0,0.75 }
}

style "theme-progressbar" = "theme-default"
{
    xthickness = 1
    ythickness = 1
    fg[PRELIGHT]  = @base_color
}

style "theme-combo" = "theme-default"
{
    xthickness = 2
    ythickness = 4
}

style "theme-button" = "theme-wide"
{
    bg[NORMAL] = @bg_color
    bg[PRELIGHT] = shade (1.1, @bg_color)
    bg[ACTIVE] = shade (0.9, @bg_color)
    #xthickness = 4
    #ythickness = 2
}

style "theme-check" = "theme-button"
{
}

style "theme-panel" = "theme-default"
{
    xthickness = 3
    ythickness = 3
    bg[ACTIVE] = shade (1.1, @selected_bg_color)
    fg[ACTIVE] = @selected_fg_color
}

### Extra Customization ###

style "theme-notebook" = "theme-wide"
{
    base[SELECTED]    = @selected_bg_color  # Tab selection color
    bg[ACTIVE]        = shade (0.9, @bg_color)  # Unselected tabs

    engine "clearlooks" {
        style = CLASSIC
    }

}

style "metacity-frame"
{
    # Normal base color
    #bg[NORMAL]  = "#dcf1cb"

    # Unfocused title background color
    #bg[INSENSITIVE]  = "#f8f4ea"

    # Unfocused title text color
    #fg[INSENSITIVE]  = "#453f15"

    # Focused icon color
    #fg[NORMAL]  = { 0.2, 0.2, 0.2 }

    # Focused title background color
    bg[SELECTED]  = shade (0.95, @selected_bg_color)

    # Focused title text color
    #fg[SELECTED]  = "#ffffff"
}

style "theme-slab" = "theme-default"
{
    bg[SELECTED] = @selected_bg_color                # Outline
    bg[NORMAL] = @base_color                         # Base bg
    bg[ACTIVE] = shade (1.6, @selected_bg_color)     # Right side bg
    fg[NORMAL] = shade (.5, @selected_bg_color)      # Left side caption text
    fg[INSENSITIVE] = shade (.4, @selected_bg_color) # Right side caption text
}

style "theme-slab-label" = "theme-slab"
{
    fg[NORMAL] = shade (0.3, @bg_color)       # Slab group label
    font_name = "Bold"
}

style "theme-slab-side-label" = "theme-slab"
{
    fg[NORMAL] = shade (.8, @selected_bg_color)     # Slab side group label
    font_name = "Bold"
}

style "theme-clock" = "theme-slab" {
}

style "theme-shell" = "theme-default"
{
    bg[NORMAL] = "#dde8f4"      # Left side bg color (as of Dec 7 2006)
    fg[NORMAL] = "#5c8dbf"      # Left side text color
    fg[INSENSITIVE] = "#bdcce1" # Left side line

    base[NORMAL] = "#fdfbf7"        # Base bg color
    text[INSENSITIVE] = "#6a97c5"   # Base text color
}



style "theme-shell-highlight" = "theme-default"
{
}

style "theme-shell-yast2-control-center-gnome" = "theme-shell" {
    bg[NORMAL]   = "#dfe0de"    # Left side bg color

}

style "theme-shell-yast2-control-center-gnome-headings" = "theme-default" 
{
    bg[SELECTED] = "#626460"    # Left side header text color
    fg[NORMAL]   = "#000000"    # Left side action text color
}

style "theme-nld-search-entry" = "theme-wide"
{
    bg[SELECTED] = @selected_bg_color
}

#nautilus search stripe and other specialties
style "extra-view" {
    bg[NORMAL] = "#729fcf"
    font = "Sans 6"
} 

style "theme-calendar" = "theme-default"
{
}

style "theme-panelclock" = "theme-default"
{
}

style "theme-panelbutton" = "theme-default"
{

    xthickness = 6
    ythickness = 0

    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = NORMAL
            recolorable   = TRUE
            file      = "bg-normal.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }        
        image
        {
            function    = BOX
            state     = PRELIGHT
            recolorable   = TRUE
            file      = "bg-prelight.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
        image
        {
            function    = BOX
            state     = ACTIVE
            #recolorable  = TRUE
            recolorable   = TRUE
            file      = "bg-selected.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
    
    base[ACTIVE]      = "#96b9d5"
    fg[ACTIVE]      = "#ffffff"
}

style "theme-panelbutton-top" = "theme-panelbutton" {

    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = ACTIVE
            #recolorable  = TRUE
            recolorable   = TRUE
            file      = "bg-selected-top.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
}

style "theme-panelbutton-left" = "theme-panelbutton" {
    xthickness = 0
    ythickness = 6

    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = ACTIVE
            recolorable   = TRUE
            file      = "bg-selected-left.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
}

style "theme-panelbutton-right" = "theme-panelbutton" {
    xthickness = 0
    ythickness = 6

    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = ACTIVE
            recolorable   = TRUE
            file      = "bg-selected-right.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
}

### Clock
style "theme-panelbutton-clock" = "theme-panelbutton" {
    xthickness = 1
    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = NORMAL
            recolorable   = TRUE
            file      = "bg-normal.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }        
        image
        {
            function    = BOX
            state     = PRELIGHT
            recolorable   = TRUE
            file      = "bg-prelight.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
        image
        {
            function    = BOX
            state     = ACTIVE
            recolorable   = TRUE
            file      = "bg-selected.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
}
style "theme-panelbutton-clock-top" = "theme-panelbutton-top" {
    xthickness = 1
    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = ACTIVE
            recolorable   = TRUE
            file      = "bg-selected-top.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
}
style "theme-panelbutton-clock-left" = "theme-panelbutton-left" {
    ythickness = 1
    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = ACTIVE
            recolorable   = TRUE
            file      = "bg-selected-left.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
}
style "theme-panelbutton-clock-right" = "theme-panelbutton-right" {
    ythickness = 1
    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = ACTIVE
            recolorable   = TRUE
            file      = "bg-selected-right.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
}

### Events button
style "theme-panelbutton-events" = "theme-panelbutton" {
    xthickness = 0
    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = NORMAL
            recolorable   = TRUE
            file      = "bg-normal.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }        
        image
        {
            function    = BOX
            state     = PRELIGHT
            recolorable   = TRUE
            file      = "bg-prelight.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
        image
        {
            function    = BOX
            state     = ACTIVE
            #recolorable  = TRUE
            recolorable   = TRUE
            file      = "bg-selected.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
}
style "theme-panelbutton-events-top" = "theme-panelbutton-top" {
    xthickness = 0
    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = ACTIVE
            #recolorable  = TRUE
            recolorable   = TRUE
            file      = "bg-selected-top.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
}
style "theme-panelbutton-events-left" = "theme-panelbutton-left" {
    ythickness = 0
    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = ACTIVE
            #recolorable  = TRUE
            recolorable   = TRUE
            file      = "bg-selected-left.png"
            border      = { 6, 6, 6, 6}
            stretch     = TRUE
        }
    }
}
style "theme-panelbutton-events-right" = "theme-panelbutton-right" {
  ythickness = 0
  engine "pixmap" 
  {
      image
      {
          function    = BOX
          state     = ACTIVE
          #recolorable  = TRUE
          recolorable   = TRUE
          file      = "bg-selected-right.png"
          border      = { 6, 6, 6, 6}
          stretch     = TRUE
      }
  }
}


style "theme-slab-bg-top" = "theme-default" {
}


style "theme-slab-switcherbutton" = "theme-default" {
    xthickness = 8
    ythickness = 1

    bg[NORMAL] = "#e0e8f1"
    bg[ACTIVE] = "#5083b9"
    fg[ACTIVE] = "#ffffff"
    bg[PRELIGHT] = "#f7f9fc"

    engine "pixmap" 
    {
        image
        {
            function    = BOX
            state     = PRELIGHT
            recolorable   = TRUE
            file      = "button-prelight.png"
            border      = { 2, 2, 2, 2}
            stretch     = TRUE
        }
        image
        {
            function    = BOX
            state     = ACTIVE
            #recolorable  = TRUE
            recolorable   = TRUE
            file      = "button-selected.png"
            border      = { 2, 2, 2, 2}
            stretch     = TRUE
        }
        image
        {
            function    = BOX
            state     = NORMAL
            #recolorable  = TRUE
            recolorable   = TRUE
            file      = "button-normal.png"
            border      = { 2, 2, 2, 2}
            stretch     = TRUE
        }
    }
}

# widget styles
class "GtkWidget" style "theme-default"
class "GtkButton" style "theme-button"
class "GtkCombo"  style "theme-button"
class "GtkRange"  style "theme-wide"
class "GtkFrame"  style "theme-wide"
class "GtkMenu"   style "theme-menu"
class "GtkEntry"  style "theme-button"
class "GtkMenuItem"    style "theme-menu-item"
class "GtkStatusbar"   style "theme-wide"
class "GtkNotebook"    style "theme-notebook"
class "GtkProgressBar" style "theme-progressbar"
class "GtkCheckButton" style "theme-check"
class "GtkRadioButton" style "theme-check"
class "NldSearchEntry" style:highest "theme-nld-search-entry"

widget_class "*MenuItem.*" style "theme-menu-item"

# combobox stuff
widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
widget_class "*.GtkCombo.GtkButton"    style "theme-combo"

# tooltips stuff
widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
widget "gtk-tooltips" style "theme-tooltips"
widget "gtk-tooltip*" style "theme-tooltips"


# treeview stuff
widget "*GtkTreeView*" style "theme-tree"
widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
widget_class "*.GtkCTree.GtkButton" style "theme-tree"
widget_class "*.GtkList.GtkButton" style "theme-tree"
widget_class "*.GtkCList.GtkButton" style "theme-tree"
widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"

# notebook stuff
widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"

# scrollbar stuff
class "GtkScrollbar" style "theme-scrollbar"

# Metacity window manager
class "MetaFrames" style "metacity-frame"

# GNOME Panel
#widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "theme-panel"
#widget_class "PanelWidget.*" style "theme-panel"

#nautilus search stripe
widget "*.nautilus-extra-view-widget" style:highest "extra-view"

# Toolbar
#class "GtkToolbar" style "theme-toolbar"

# GNOME-main-menu slab
class "SlabWindow" style "theme-slab" # Old
widget "slab-main-menu-window" style "theme-slab"

# Clock, in a slab style
widget "intlclock-main-menu-window" style "theme-clock"

# App Browser & Control Center
class "ShellWindow" style "theme-shell"
widget_class "ShellWindow.*.GtkEventBox" style "theme-shell-highlight"

# YaST control center
widget "y2ccg-control-center.*.ShellWindow" style "theme-shell-yast2-control-center-gnome"
widget "y2ccg-control-center.*slab_section_style1*" style "theme-shell-yast2-control-center-gnome-headings"

# Evolution
style "evolution-hack" = "clearlooks-default"
{
    xthickness = 2
    ythickness = 1
    bg[ACTIVE]   = "#a29e8e"
    bg[SELECTED] = "#96b9d5"
    fg[ACTIVE]   = "#000000"
    fg[SELECTED] = "#ffffff"
    engine "clearlooks" {
      style = CLASSIC
      #2.22 engines requires this:
      hint = "treeview-header"
    }
}
widget_class "*GtkCTree*" style "evolution-hack"
widget_class "*GtkList*" style "evolution-hack"
widget_class "*GtkCList*" style "evolution-hack"
widget_class "*.ETree.*" style "evolution-hack"
widget_class "*.ETable.ECanvas" style "evolution-hack"
#widget_class "*.ETree.ECanvas" style "evolution-hack"


# panel clock / calendar
widget "intlclock-main-menu-window" style "theme-slab"
widget "intlclock-events-window" style "theme-slab"
widget "*intlclock-main-menu-panel-button*" style "theme-panelbutton-clock"
widget "*intlclock-main-events-button*" style "theme-panelbutton-events"
widget "*intlclock-main-menu-panel-button-bottom*" style "theme-panelbutton-clock"
widget "*intlclock-main-events-button-bottom*" style "theme-panelbutton-events"
widget "*intlclock-main-menu-panel-button-top*" style "theme-panelbutton-clock-top"
widget "*intlclock-main-events-button-top*" style "theme-panelbutton-events-top"
widget "*intlclock-main-menu-panel-button-left*" style "theme-panelbutton-clock-left"
widget "*intlclock-main-events-button-left*" style "theme-panelbutton-events-left"
widget "*intlclock-main-menu-panel-button-right*" style "theme-panelbutton-clock-right"
widget "*intlclock-main-events-button-right*" style "theme-panelbutton-events-right"

# clock and slab buttons get a gradient when clicked
#widget "*clock-applet-button*" style "theme-panelbutton"
widget "*slab-main-menu-panel-button*" style "theme-panelbutton" # old
widget "*slab-main-menu-panel-button-bottom*" style "theme-panelbutton"
widget "*slab-main-menu-panel-button-top*" style "theme-panelbutton-top"
widget "*slab-main-menu-panel-button-left*" style "theme-panelbutton-left"
widget "*slab-main-menu-panel-button-right*" style "theme-panelbutton-right"

# slab specific tweaking (special switcher buttons)
widget "*slab-page-selector-button-applications*" style "theme-slab-switcherbutton"
widget "*slab-page-selector-button-documents*" style "theme-slab-switcherbutton"
widget "*slab-page-selector-button-places*" style "theme-slab-switcherbutton"

# slab labels 
widget "*slab-favorite-applications*" style "theme-slab-label"
widget "*slab-recent-applications*" style "theme-slab-label"
widget "*slab-favorite-documents*" style "theme-slab-label"
widget "*slab-recent-documents*" style "theme-slab-label"
widget "*slab-favorite-places*" style "theme-slab-label"
widget "*slab-side-system-label*" style "theme-slab-side-label"
widget "*slab-side-status-label*" style "theme-slab-side-label"

#playback sliders (Banshee/Totem)
style "clearlooks-scale" = "clearooks-button"
{
    GtkRange::trough-side-details = 1
}

class "GtkScale" style "clearlooks-scale"

#Notification Message Stripe
style "notification-magic"
{
  bg[NORMAL] = shade (0.5, @selected_bg_color)   #low priority
  bg[SELECTED] = @selected_bg_color #normal priority
}

widget "notification-window.GtkEventBox.GtkVBox" style "notification-magic"