gtkrc-2.0: Changed slider bar size to 20
[openpandora.oe.git] / recipes / pandora-system / pandora-skel / gtkrc-2.0
1  
2 # Transparent background for desktop icon text.
3
4 style "xfdesktop-icon-view" {
5 XfdesktopIconView::label-alpha = 0
6
7 #Text colors (delete these if you want you use gtk theme colors):
8
9 fg[NORMAL] = "#ffffff"
10 fg[SELECTED] = "#000000"
11 fg[ACTIVE] = "#000000"
12
13 }
14 widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
15
16
17 # Make scrollbars wider
18
19 style "scroll"
20 {
21         GtkScrollbar::slider-width              = 20
22 }
23
24 class "*" style "scroll"