1include "iconrc"
2
3style "default" {
4    GtkWidget::interior_focus         = 5
5    GtkButton::default_border         = {3, 3, 3, 3}
6    GtkButton::default_outside_border = {3, 3, 3, 3}
7
8    GtkCheckButton::indicator_size    = 13
9    GtkRadioButton::indicator_size    = 12
10
11    GtkPaned::handle_size  = 10
12
13    GtkRange::trough_border           = 2
14    GtkRange::slider_width            = 13
15    GtkRange::stepper_size            = 13
16    GtkRange::stepper_spacing         = 0
17
18    GtkScrollbar::has_backward_stepper = 1
19    GtkScrollbar::has_secondary_forward_stepper = 0
20
21    GtkScrollbar::has_forward_stepper = 1
22    GtkScrollbar::has_secondary_backward_stepper = 1
23
24    fg[NORMAL]      = { 0.0, 0.0, 0.0 }
25    fg[ACTIVE]      = { 0.25, 0.22, 0.28 }
26    fg[INSENSITIVE] = { 0.4, 0.4, 0.4 }
27    fg[PRELIGHT]    = { 0.15, 0.12, 0.18 }
28    fg[SELECTED]    = { 1.0, 1.0, 1.0 }
29
30    bg[NORMAL]      = { 0.95, 0.95, 0.95 }
31    bg[PRELIGHT]	  = { 0.85, 0.82, 0.88 }
32    bg[ACTIVE]	  = { 0.75, 0.72, 0.78 }
33    bg[SELECTED]    = { 0.75, 0.72, 0.78 }
34    bg[INSENSITIVE] = { 0.8, 0.8, 0.8 }
35
36    base[NORMAL]      = { 1.0, 1.0, 1.0 }
37    base[ACTIVE]      = { 0.90, 0.90, 0.90 }
38    base[INSENSITIVE] = { 1.0, 1.0, 1.0 }
39    base[PRELIGHT]    = { 0.90, 0.90, 0.90 }
40    base[SELECTED]    = { 0.55, 0.52, 0.58 }
41
42    text[NORMAL]      = { 0.0, 0.0, 0.0 }
43    text[ACTIVE]      = { 0.0, 0.0, 0.0 }
44    text[PRELIGHT]    = { 0.0, 0.0, 0.0 }
45    text[SELECTED]    = { 0.95, 0.92, 0.98 }
46    text[INSENSITIVE] = { 0.0, 0.0, 0.0 }
47
48    engine "smooth" {
49      fill {
50        style=shaded
51        hdirection = vertical
52        vdirection = vertical
53        shade1 = 1.09
54        shade2 = 0.9
55      }
56
57    line {
58        style=smooth
59        thickness=1
60    }
61
62   grip {
63        style=bars
64        toolbar_overlap = TRUE
65        line {
66          style=smooth
67          thickness=2
68        }
69        fill {
70          style=solid
71        }
72    }
73
74    check {
75        style=clean
76        motif=true
77        line {
78           style=smooth
79           thickness=2
80       }
81       fill {
82         style=shaded
83         hdirection =fdiagonal
84         vdirection =fdiagonal
85         shade1 = 1.09
86         shade2 = 0.9
87       }
88    }
89
90    option {
91        style=round
92        motif=true
93       line {
94          style=smooth
95          thickness=2
96      }
97      fill {
98        style=shaded
99        hdirection =fdiagonal
100        vdirection =fdiagonal
101        shade1 = 1.09
102        shade2 = 0.9
103      }
104    }
105
106    arrow {
107      style=cleanice
108      solid=TRUE
109      etched=FALSE
110    }
111
112    tab_style = round
113  }
114} widget_class "*" style "default"
115
116style "toolbar" {
117    engine "smooth" {
118        line {
119	    style=smooth
120	    thickness=1
121	}
122
123	fill {
124	    style=solid
125	}
126
127	grip {
128	    style=bars
129	    toolbar_overlap=TRUE
130	}
131    }
132}
133widget_class "*BonoboDockItem*" style "toolbar"
134class "*BonoboDockItem*" style "toolbar"
135
136widget_class "*HandleBox*" style "toolbar"
137class "*HandleBox*" style "toolbar"
138
139widget_class "*Tool*" style "toolbar"
140class "*Tool*" style "toolbar"
141
142widget_class "*MenuBar*" style "toolbar"
143class "*MenuBar*" style "toolbar"
144
145style "menuitem" {
146   engine "smooth" {
147      fill {
148        style=shaded
149        hdirection = vertical
150        vdirection =vertical
151        shade1 = 1.09
152        shade2 = 0.9
153      }
154
155      line {
156          style=thin
157          thickness=1
158      }
159
160   edge {
161       line {
162          style=flat
163          thickness=1
164      }
165    }
166
167    check {
168        style=clean
169       line {
170          style=flat
171          thickness=1
172      }
173      fill {
174        style=solid
175      }
176    }
177
178    option {
179        style=round
180       line {
181          style=none
182          thickness=0
183      }
184      fill {
185        style=solid
186      }
187    }
188
189    arrow {
190        style= cleanice
191        solid=TRUE
192        etched=FALSE
193    }
194    }
195} widget_class "*MenuItem*"		style "menuitem"
196class "*MenuItem*"		style "menuitem"
197
198style "radio_check" {
199    text[PRELIGHT]	="#ecefec" #radio buttons use text[state] for the check colour
200    text[ACTIVE]		= "#67a980"
201    text[NORMAL]	= "#000000"
202    text[SELECTED]	="#67a980"
203}
204widget_class "*RadioButton*" style "radio_check"
205widget_class "*CheckButton*" style "radio_check"
206
207style "scrollbar" {
208    engine "smooth" {
209      fill {
210        style=shaded
211        hdirection = vertical
212        vdirection =horizontal
213        shade1 = 1.09
214        shade2 = 0.9
215      }
216
217      line {
218          style=smooth
219          thickness=1
220      }
221
222     trough {
223       fill {
224          style=solid
225       }
226    }
227
228     grip {
229          style=none
230      }
231
232    arrow {
233        style= cleanice
234        solid=TRUE
235        etched=FALSE
236    }
237    }
238}
239widget_class "*Scrollbar*" style "scrollbar"
240class "*Scrollbar*" style "scrollbar"
241
242style "scales"  {
243    bg[SELECTED]		= "#67a980"		#scroll bar background
244  GtkRange::trough_border           = 0
245  GtkRange::slider-width = 13
246  GtkScale::slider-length = 29
247  engine "smooth"
248  {
249   real_sliders = FALSE
250      fill {
251        style=shaded
252        hdirection = vertical
253        vdirection = horizontal
254        shade1 = 1.09
255        shade2 = 0.9
256      }
257      line {
258        style=smooth
259        thickness=2
260     }
261     trough {
262          xpadding = 3
263          ypadding = 3
264          show_value = TRUE
265    }
266     grip {
267          style=dots_in
268          count = 1
269          spacing = 2
270          xpadding =0
271          ypadding = 0
272      }
273  }
274}
275widget_class "*Scale*" style "scales"
276class "*Scale*" style "scales"
277
278style "infobar" {
279  xthickness = 2
280  ythickness = 2
281  engine "smooth"
282  {
283   real_sliders = FALSE
284      fill {
285        style=shaded
286        hdirection = vertical
287        vdirection =horizontal
288        shade1 = 1.195
289        shade2 = 0.73
290      }
291   progress {
292        line {
293          style=smooth
294          thickness=2
295       }
296    }
297   trough {
298        line {
299          style=smooth
300          thickness=1
301       }
302      fill {
303        style=solid
304      }
305    }
306  }
307}
308class "*Progress*"		style "infobar"
309widget_class "*Progress*"		style "infobar"
310
311style "metacity-frame"
312{
313
314	# Normal base color
315 	bg[NORMAL]      = { 0.97, 0.97, 0.97 }
316
317	# Unfocused title background color
318	bg[INSENSITIVE]	= { 0.9, 0.89, 0.91 }
319
320	# Unfocused title text color
321	fg[INSENSITIVE]	= { 0.15, 0.1, 0.2 }
322
323	# Focused icon color
324	fg[NORMAL]	= { 0.2, 0.2, 0.2 }
325
326	# Focused title background color
327	bg[SELECTED]	= { 0.65, 0.6, 0.7 }
328
329	# Focused title text color
330	fg[SELECTED]	= { 1.0, 1.0, 1.0 }
331}
332class "MetaFrames" style "metacity-frame"
333