1# Default Xfce theme
2# Olivier Fourdan 05/2003
3
4style "default"
5{
6    GtkButton::default_border         = {0, 0, 0, 0}
7    GtkButton::default_outside_border = {0, 0, 0, 0}
8    GtkButton::default_spacing        = 10
9    GtkButton::focus-line-width       = 1
10    GtkButton::focus-padding          = 0
11    GtkCheckButton::indicator_size    = 15
12    GtkMenuBar::shadow_type           = out
13    GtkMenuItem::selected_shadow_type = out
14    GtkPaned::handle_full_size        = 1
15    GtkPaned::handle_size             = 8
16    GtkRadioButton::indicator_size    = 15
17    GtkRange::slider_width            = 15
18    GtkRange::stepper_size            = 15
19    GtkRange::stepper_spacing         = 0
20    GtkRange::trough_border           = 0
21    GtkScrollbar::min_slider_length   = 20
22    GtkToolbar::shadow_type           = out
23    GtkWidget::focus-line-width       = 1
24    GtkWidget::focus_padding          = 2
25    GtkWidget::interior_focus         = 5
26    GtkWidget::internal_padding       = 0
27
28    xthickness = 2
29    ythickness = 2
30
31    base[ACTIVE]      = "#bfbdbb"
32    base[INSENSITIVE] = "#eae7e4"
33    base[NORMAL]      = "#ffffff"
34    base[PRELIGHT]    = "#eae7e4"
35    base[SELECTED]    = "#606080"
36
37    bg[ACTIVE]        = "#bfbdbb"
38    bg[INSENSITIVE]   = "#eae7e4"
39    bg[NORMAL]        = "#eae7e4"
40    bg[PRELIGHT]      = "#eae7e4"
41    bg[SELECTED]      = "#606080"
42
43    fg[ACTIVE]        = "#000000"
44    fg[INSENSITIVE]   = "#7f7f79"
45    fg[NORMAL]        = "#000000"
46    fg[PRELIGHT]      = "#000000"
47    fg[SELECTED]      = "#ffffff"
48
49    text[ACTIVE]      = "#000000"
50    text[INSENSITIVE] = "#000000"
51    text[NORMAL]      = "#000000"
52    text[PRELIGHT]    = "#000000"
53    text[SELECTED]    = "#ffffff"
54
55    engine "xfce"
56    {
57        smooth_edge = true
58        boxfill
59        {
60            fill_style = plain
61        }
62    }
63}
64
65widget_class "*"                   style "default"
66
67style "colored" = "default"
68{
69    xthickness = 3
70    ythickness = 3
71
72    bg[ACTIVE]        = "#bfbdbb"
73    bg[PRELIGHT]      = "#606080"
74
75    fg[ACTIVE]        = "#000000"
76    fg[PRELIGHT]      = "#ffffff"
77
78    text[ACTIVE]      = "#000000"
79    text[PRELIGHT]    = "#ffffff"
80
81    engine "xfce"
82    {
83        smooth_edge = true
84        boxfill
85        {
86            fill_style = plain
87        }
88    }
89}
90
91widget_class "*List*"              style "colored"
92class "*List*"                     style "colored"
93widget_class "*Text*"              style "colored"
94class "*Text*"                     style "colored"
95widget_class "*Entry*"             style "colored"
96class "*Entry*"                    style "colored"
97
98style "menubar" = "colored"
99{
100    xthickness = 1
101    ythickness = 2
102
103    engine "xfce"
104    {
105        smooth_edge = true
106        boxfill
107        {
108            fill_style = plain
109        }
110    }
111}
112
113widget_class "*BonoboDockItem"     style "menubar"
114class "*BonoboDockItem"            style "menubar"
115widget_class "*HandleBox"          style "menubar"
116class "*HandleBox"                 style "menubar"
117widget_class "*ToolBar"            style "menubar"
118class "*ToolBar"                   style "menubar"
119widget_class "*MenuBar"            style "menubar"
120class "*MenuBar"                   style "menubar"
121
122style "menuitem" = "colored"
123{
124    xthickness = 2
125    ythickness = 2
126
127    engine "xfce"
128    {
129        smooth_edge = true
130        boxfill
131        {
132            fill_style = gradient
133            orientation = auto
134            shade_start = 0.80
135            shade_end = 1.80
136        }
137    }
138}
139
140widget_class "*MenuItem*"          style "menuitem"
141class "*MenuItem*"                 style "menuitem"
142
143style "scrollbar" = "default"
144{
145    xthickness = 2
146    ythickness = 2
147    engine "xfce"
148    {
149        smooth_edge = true
150        boxfill
151        {
152            fill_style = gradient
153            orientation = auto
154            shade_start = 0.80
155            shade_end = 1.80
156        }
157    }
158}
159widget_class "*Scrollbar*"         style "scrollbar"
160class "*Scrollbar*"                style "scrollbar"
161
162style "button" = "colored"
163{
164    xthickness = 3
165    ythickness = 3
166
167    engine "xfce"
168    {
169        smooth_edge = true
170        boxfill
171        {
172            fill_style = gradient
173            orientation = vertical
174            shade_start = 0.80
175            shade_end = 1.80
176        }
177    }
178}
179widget_class "*Button*"            style "button"
180class "*Button*"                   style "button"
181widget_class "*button*"            style "button"
182class "*button*"                   style "button"
183widget_class "*OptionMenu*"        style "button"
184class "*OptionMenu*"               style "button"
185widget_class "*Tree*"              style "button"
186class "*Tree*"                     style "button"
187widget_class "*GtkScale*"          style "button"
188class "*GtkScale*"                 style "button"
189
190style "progress" = "colored"
191{
192    xthickness = 1
193    ythickness = 1
194
195    engine "xfce"
196    {
197        smooth_edge = true
198        boxfill
199        {
200            fill_style = gradient
201            orientation = vertical
202            shade_start = 0.80
203            shade_end = 1.80
204        }
205    }
206}
207widget_class "*GtkProgress*"       style "progress"
208class "*GtkProgress*"              style "progress"
209
210widget_class "*CheckButton*"       style "default"
211class "*CheckButton*"              style "default"
212widget_class "*RadioButton*"       style "default"
213class "*RadioButton*"              style "default"
214
215
216# This is for ROX-Filer
217#
218style "rox" = "default"
219{
220  bg[NORMAL] = "#ffffff"
221  bg[ACTIVE] = "#ffffff"
222}
223widget_class "*Collection"         style "rox"
224
225
226# This is for the window borders (xfwm4 & metacity)
227#
228style "titlebar" = "default"
229{
230    bg[SELECTED]      = "#606080"
231    fg[SELECTED]      = "#ffffff"
232    bg[INSENSITIVE]   = "#bfbdbb"
233    fg[INSENSITIVE]   = "#000000"
234}
235
236widget "xfwm"             style "titlebar"
237class "MetaFrames"        style "titlebar"
238widget_class "MetaFrames" style "titlebar"
239