~ubuntu-branches/ubuntu/lucid/gnome-themes-extras/lucid

« back to all changes in this revision

Viewing changes to Wasp/gtk-2.0/gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2004-06-23 20:28:52 UTC
  • Revision ID: james.westby@ubuntu.com-20040623202852-j7hu6zargn5hnban
Tags: upstream-0.7.debian.1
ImportĀ upstreamĀ versionĀ 0.7.debian.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include "iconrc"
 
2
style "default" {
 
3
    GtkWidget::interior_focus         = 5
 
4
    GtkButton::default_border         = {0, 0, 0, 0}
 
5
    GtkButton::default_outside_border = {0, 0, 0, 0}
 
6
 
 
7
    GtkCheckButton::indicator_size    = 13
 
8
    GtkRadioButton::indicator_size    = 12
 
9
 
 
10
    GtkPaned::handle_size  = 10
 
11
  
 
12
    fg[NORMAL]      = { 0.08, 0.08, 0.08 }
 
13
    fg[PRELIGHT]    = { 0.08, 0.08, 0.08 }
 
14
    fg[ACTIVE]      = { 0.00, 0.00, 0.00 }
 
15
    fg[SELECTED]    = { 0.00, 0.00, 0.00 }
 
16
    fg[INSENSITIVE] = { 0.35, 0.35, 0.35 }
 
17
 
 
18
    bg[NORMAL]      = "#d8d8d8"
 
19
    bg[PRELIGHT]    = "#ffce00" 
 
20
    bg[ACTIVE]      = { 0.78, 0.78, 0.78 }
 
21
    bg[SELECTED]    = "#ffce00" 
 
22
    bg[INSENSITIVE] = "#d8d8d8"
 
23
 
 
24
    text[NORMAL] = { 0.0, 0.0, 0.0 }
 
25
    text[ACTIVE] = { 0.0, 0.0, 0.0 }
 
26
    text[PRELIGHT] = { 0.0, 0.0, 0.0 }
 
27
    text[SELECTED] = { 0.0, 0.0, 0.0 }
 
28
    text[INSENSITIVE] = "#753075307530"
 
29
 
 
30
    base[NORMAL]    = { 0.92, 0.92, 0.92 }
 
31
    base[ACTIVE] = "#ffce00"
 
32
    base[PRELIGHT] =  "#ffce00"
 
33
    base[SELECTED] = "#ffce00"
 
34
    base[INSENSITIVE] = { 0.92, 0.92, 0.92 }
 
35
 
 
36
    engine "smooth" {
 
37
        fill {
 
38
            style=shaded
 
39
            hdirection=vertical
 
40
            vdirection=horizontal
 
41
            shade1=1.1
 
42
            shade2=0.97
 
43
        }
 
44
 
 
45
        line {
 
46
            style=smooth
 
47
            thickness=2
 
48
        }
 
49
 
 
50
        grip {
 
51
            style=mac_buds_in
 
52
        }
 
53
 
 
54
        trough {
 
55
            fill {
 
56
                style=solid
 
57
            }
 
58
        }
 
59
 
 
60
        arrow {
 
61
           style=CleanIce
 
62
           solid=TRUE
 
63
        }
 
64
 
 
65
        tab_style=square
 
66
    }
 
67
} widget_class "*" style "default"
 
68
 
 
69
style "toolbar" {
 
70
    bg[NORMAL] = "#c7c7c7"
 
71
    bg[ACTIVE] = "#c7c7c7"
 
72
    bg[PRELIGHT] = "#ffce00" #{ 0.96, 0.72, 0.36 }
 
73
    bg[SELECTED] = "#ffce00" #{ 0.96, 0.72, 0.36 }
 
74
    engine "smooth" {
 
75
        line {
 
76
            style=smooth
 
77
            thickness=2
 
78
        }
 
79
        
 
80
        fill {
 
81
            style=shaded
 
82
            hdirection=vertical
 
83
            vdirection=horizontal
 
84
            shade1=1.1
 
85
            shade2=0.97
 
86
        }
 
87
        
 
88
        grip {
 
89
            style=mac_buds_in
 
90
            toolbar_overlap=TRUE
 
91
        }
 
92
    }
 
93
}
 
94
widget_class "*BonoboDockItem*" style "toolbar"
 
95
class "*BonoboDockItem*" style "toolbar"
 
96
 
 
97
widget_class "*HandleBox*" style "toolbar"
 
98
class "*HandleBox*" style "toolbar"
 
99
 
 
100
widget_class "*Tool*" style "toolbar"
 
101
class "*Tool*" style "toolbar"
 
102
 
 
103
widget_class "*MenuBar*" style "toolbar"
 
104
class "*MenuBar*" style "toolbar"
 
105
 
 
106
style "button" {
 
107
    bg[NORMAL] = "#c7c7c7"
 
108
    bg[ACTIVE] = "#c7c7c7"
 
109
    bg[PRELIGHT] = "#ffce00" 
 
110
    bg[SELECTED] = "#ffce00" 
 
111
 
 
112
    base[ACTIVE] = { 0.92, 0.92, 0.92 }
 
113
    base[PRELIGHT] = { 0.92, 0.92, 0.92 }
 
114
    text[ACTIVE] = "#ffce00" 
 
115
 
 
116
    engine "smooth" {
 
117
        fill {
 
118
            style=shaded
 
119
            hdirection=vertical
 
120
            vdirection=horizontal
 
121
            shade1=1.1
 
122
            shade2=0.97
 
123
        }
 
124
 
 
125
        line {
 
126
            style=smooth
 
127
            thickness=2
 
128
        }
 
129
 
 
130
        check {
 
131
            style=clean
 
132
            motif=false
 
133
            fill {
 
134
                style=shaded
 
135
                hdirection=fdiagonal
 
136
                vdirection=fdiagonal
 
137
                shade1=1.2
 
138
                shade2=0.97
 
139
            }
 
140
        }
 
141
        
 
142
        option {
 
143
            style=round
 
144
            motif=false
 
145
            fill {
 
146
                style=shaded
 
147
                hdirection=fdiagonal
 
148
                vdirection=fdiagonal
 
149
                shade1=1.2
 
150
                shade2=0.97
 
151
            }
 
152
        }
 
153
        
 
154
        trough {
 
155
            fill {
 
156
                style=solid
 
157
            }
 
158
            line {
 
159
                style=none
 
160
            }
 
161
        }
 
162
 
 
163
        arrow {
 
164
           style=CleanIce
 
165
           solid=TRUE
 
166
        }
 
167
 
 
168
        tab_style=round
 
169
    }
 
170
}
 
171
class "*Button*" style "button"
 
172
widget_class "*Button*" style "button"
 
173
 
 
174
class "*OptionMenu*" style "button"
 
175
widget_class "*OptionMenu*" style "button"
 
176
 
 
177
class "*Button*" style "button"
 
178
widget_class "*Button*" style "button"
 
179
 
 
180
class "*OptionMenu*" style "button"
 
181
widget_class "*OptionMenu*" style "button"
 
182
 
 
183
class "*RadioButton*" style "button"
 
184
widget_class "*RadioButton*" style "button"
 
185
 
 
186
class "*CheckButton*" style "button"
 
187
widget_class "*CheckButton*" style "button"
 
188
 
 
189
style "menuitem" {
 
190
    bg[NORMAL] = "#c7c7c7"
 
191
    bg[ACTIVE] = "#c7c7c7"
 
192
    bg[PRELIGHT] = "#ffce00" 
 
193
    bg[SELECTED] = "#ffce00" 
 
194
    engine "smooth" {
 
195
        fill {
 
196
            style=shaded
 
197
            hdirection=vertical
 
198
            vdirection=horizontal
 
199
            shade1=1.1
 
200
            shade2=0.97
 
201
        }
 
202
 
 
203
        line {
 
204
            style=smooth
 
205
            thickness=2
 
206
        }
 
207
 
 
208
        check {
 
209
            style=clean
 
210
            fill {
 
211
                style=solid
 
212
            }
 
213
            line {
 
214
                style=none
 
215
            }
 
216
        }
 
217
        
 
218
        option {
 
219
            style=round
 
220
            fill {
 
221
                style=solid
 
222
            }
 
223
            line {
 
224
                style=none
 
225
            }
 
226
        }
 
227
        
 
228
        arrow {
 
229
           style=CleanIce
 
230
           solid=TRUE
 
231
        }
 
232
    }
 
233
}
 
234
class "*MenuItem*" style "menuitem"
 
235
widget_class "*MenuItem*" style "menuitem"
 
236
 
 
237
style "scrollbar" {
 
238
    bg[NORMAL] = "#c7c7c7"
 
239
    bg[ACTIVE] = { 0.92, 0.92, 0.92 }
 
240
    bg[PRELIGHT] = "#ffce00" 
 
241
    bg[SELECTED] = "#ffce00" 
 
242
 
 
243
    GtkRange::trough_border           = 0
 
244
    GtkRange::slider_width            = 15
 
245
    GtkRange::stepper_size            = 15
 
246
    GtkRange::stepper_spacing         = 0
 
247
 
 
248
    engine "smooth" {
 
249
        fill {
 
250
            style=shaded
 
251
            hdirection=vertical
 
252
            vdirection=horizontal
 
253
            shade1=1.1
 
254
            shade2=0.97
 
255
        }
 
256
 
 
257
        line {
 
258
            style=smooth
 
259
            thickness=2
 
260
        }
 
261
 
 
262
        trough {
 
263
            fill {
 
264
                style=solid
 
265
            }
 
266
            line {
 
267
                style=none
 
268
                thickness=0
 
269
            }
 
270
        }
 
271
 
 
272
        grip {
 
273
          style=mac_buds_in
 
274
          line {
 
275
              style=smooth
 
276
              thickness=2
 
277
          }
 
278
        }
 
279
 
 
280
        arrow {
 
281
           style=CleanIce
 
282
           solid=TRUE
 
283
           xpadding = 1
 
284
           ypadding = 1
 
285
        }
 
286
    }
 
287
}
 
288
widget_class "*Scrollbar*" style "scrollbar"
 
289
class "*Scrollbar*" style "scrollbar"
 
290
 
 
291
style "hscales"  {
 
292
    bg[NORMAL] = "#c7c7c7"    
 
293
    bg[PRELIGHT] = "#ffce00" 
 
294
    bg[SELECTED] = "#ffce00"
 
295
 
 
296
    GtkRange::trough_border     = 0
 
297
    GtkRange::slider-width      = 15
 
298
    GtkScale::slider-length     = 26
 
299
    
 
300
    engine "smooth" {   
 
301
        line {
 
302
            style=smooth
 
303
            thickness=2
 
304
        }
 
305
        
 
306
        fill {
 
307
            style=shaded
 
308
            hdirection=vertical
 
309
            vdirection=horizontal
 
310
            shade1=1.1
 
311
            shade2=0.97
 
312
        }
 
313
        
 
314
        trough {
 
315
            xpadding=2
 
316
            ypadding=1
 
317
            show_value=TRUE
 
318
            fill {
 
319
              style = solid
 
320
            }
 
321
        }
 
322
        
 
323
        grip {
 
324
            style=mac_buds_in
 
325
        }
 
326
        
 
327
        real_sliders=FALSE
 
328
    }
 
329
}
 
330
widget_class "*HScale*" style "hscales"
 
331
class "*HScale*" style "hscales"
 
332
 
 
333
style "vscales"  {
 
334
    bg[NORMAL] = "#c7c7c7"    
 
335
    bg[PRELIGHT] = "#ffce00" 
 
336
    bg[SELECTED] = "#ffce00"
 
337
 
 
338
    GtkRange::trough_border     = 0
 
339
    GtkRange::slider-width      = 15
 
340
    GtkScale::slider-length     = 26
 
341
    
 
342
    engine "smooth" {
 
343
        line {
 
344
            style=smooth
 
345
            thickness=2
 
346
        }
 
347
        
 
348
        fill {
 
349
            style=shaded
 
350
            hdirection=vertical
 
351
            vdirection=horizontal
 
352
            shade1=1.1
 
353
            shade2=0.97
 
354
        }
 
355
        
 
356
        trough {
 
357
            xpadding=1
 
358
            ypadding=2
 
359
            show_value=TRUE
 
360
            fill {
 
361
              style = solid
 
362
            }
 
363
        }
 
364
        
 
365
        grip {
 
366
            style=mac_buds_in
 
367
        }
 
368
        
 
369
        real_sliders=FALSE
 
370
    }
 
371
}
 
372
widget_class "*VScale*" style "vscales"
 
373
class "*VScale*" style "vscales"
 
374
 
 
375
style "infobar" {
 
376
    xthickness=2
 
377
    ythickness=2
 
378
    
 
379
    engine "smooth" {
 
380
        line {
 
381
            style=smooth
 
382
            thickness=2
 
383
        }
 
384
        
 
385
        fill {
 
386
            style=shaded
 
387
            hdirection=vertical
 
388
            vdirection=horizontal
 
389
            shade1=1.2
 
390
            shade2=0.97
 
391
        }
 
392
        
 
393
        trough {
 
394
            fill {
 
395
                style=solid
 
396
            }
 
397
        }
 
398
    }
 
399
}
 
400
class "*Progress*" style "infobar"
 
401
widget_class "*Progress*" style "infobar"