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

« back to all changes in this revision

Viewing changes to Nuvola/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
# Theme Name  : Nuvola
 
2
# Author(s)   : ajgenius ala Andrew Johnson (ajgenius_AT_ajgenius.us) 
 
3
#               sub_pop_culture ala Link Dupont (link_AT_subpop.net)
 
4
# Description :
 
5
#
 
6
# A smooth blue theme modified from the Smooth-Winter theme, 
 
7
# to match the Nuvola icon set
 
8
 
 
9
include "iconrc"
 
10
gtk-icon-sizes = "panel-menu=32,32"
 
11
 
 
12
style "default" {
 
13
        ######  GTK Style Flags  ###### 
 
14
        GtkWidget::interior_focus               = 5
 
15
        GtkButton::default_border               = {5, 5, 5, 5}
 
16
        GtkButton::default_outside_border       = {5, 5, 5, 5}
 
17
 
 
18
        GtkCheckButton::indicator_size          = 13
 
19
        GtkRadioButton::indicator_size          = 12
 
20
 
 
21
        GtkPaned::handle_size                   = 10
 
22
 
 
23
        GtkRange::trough_border                 = 2
 
24
        GtkRange::slider_width                  = 13
 
25
        GtkRange::stepper_size                  = 13
 
26
        GtkRange::stepper_spacing               = 0
 
27
 
 
28
        ###  Nautilus Specific Style Flags  ###
 
29
        NautilusIconContainer::selection_box_alpha      = 64
 
30
        NautilusIconContainer::highlight_alpha          = 255
 
31
        NautilusIconContainer::light_info_color         = "#FFFFFF"
 
32
        NautilusIconContainer::dark_info_color          = "#0B4884"
 
33
        NautilusIconContainer::frame_text               = 0
 
34
 
 
35
        ###### GTK Style Colours ######
 
36
        fg[ACTIVE]              = "#000000"
 
37
        fg[SELECTED]            = "#FFFFFF"
 
38
        fg[NORMAL]              = "#000000"
 
39
        fg[PRELIGHT]            = "#FFFFFF"
 
40
        fg[INSENSITIVE]         = "#949494"
 
41
 
 
42
        bg[ACTIVE]              = "#C6C6D2"
 
43
        bg[SELECTED]            = "#5B98D4"
 
44
        bg[NORMAL]              = "#E9E9F4"
 
45
        bg[PRELIGHT]            = "#5B98D4"
 
46
        bg[INSENSITIVE]         = "#E1E1EA"
 
47
 
 
48
        base[ACTIVE]            = "#6BA8E4"
 
49
        base[SELECTED]          = "#5B98D4"
 
50
        base[NORMAL]            = "#FFFFFF"
 
51
        base[PRELIGHT]          = "#E2DEEB"
 
52
        base[INSENSITIVE]       = "#DBDBE5"
 
53
 
 
54
        text[ACTIVE]            = "#FFFFFF"
 
55
        text[SELECTED]          = "#FFFFFF"
 
56
        text[NORMAL]            = "#000000"
 
57
        text[PRELIGHT]          = "#000000"
 
58
        text[INSENSITIVE]       = "#949494"
 
59
 
 
60
        ###### Theme Engine Style ######
 
61
        engine "smooth" {
 
62
                tab_style       = round
 
63
                
 
64
                fill {
 
65
                        style           = gradient
 
66
                        hdirection      = vertical
 
67
                        vdirection      = vertical
 
68
                        
 
69
                        color1[SELECTED]        = "#EAF5FF"
 
70
                        color2[SELECTED]        = "#166FD5"
 
71
                        color1[NORMAL]          = "#F8F8FB"
 
72
                        color2[NORMAL]          = "#CDCDDF"
 
73
                        color1[PRELIGHT]        = "#EAF5FF"
 
74
                        color2[PRELIGHT]        = "#166FD5"
 
75
                        color1[INSENSITIVE]     = "#EEEEF3"
 
76
                        color2[INSENSITIVE]     = "#C5C5D0"
 
77
                }
 
78
 
 
79
                line {
 
80
                        style           = smooth
 
81
                        thickness       = 1
 
82
                }
 
83
 
 
84
                grip {
 
85
                        style           = dots_out
 
86
                        count           = 3
 
87
                        spacing         = 2
 
88
                        
 
89
                        fill {
 
90
                                style   = solid
 
91
                        }
 
92
                }
 
93
 
 
94
                check {
 
95
                        style   = clean
 
96
                        motif   = FALSE
 
97
                }
 
98
 
 
99
                option {
 
100
                        style   = round
 
101
                        motif   = FALSE
 
102
                }
 
103
 
 
104
                arrow {
 
105
                        style   = cleanice
 
106
                        solid   = TRUE
 
107
                }
 
108
        }
 
109
} widget_class "*" style "default"
 
110
 
 
111
style "toolbar" {
 
112
        ###### Theme Engine Style ######
 
113
        engine "smooth" {
 
114
                fill {
 
115
                        style   = solid
 
116
                }
 
117
        
 
118
                line {
 
119
                        style           = smooth
 
120
                        thickness       = 1
 
121
                }
 
122
        
 
123
                grip {
 
124
                        style           = dots_out
 
125
                        count           = 3
 
126
                        spacing         = 2
 
127
                        
 
128
                        toolbar_overlap = TRUE
 
129
                }
 
130
        }
 
131
}
 
132
widget_class "*BonoboDockItem*" style "toolbar"
 
133
class "*BonoboDockItem*" style "toolbar"
 
134
 
 
135
widget_class "*HandleBox*" style "toolbar"
 
136
class "*HandleBox*" style "toolbar"
 
137
 
 
138
widget_class "*Tool*" style "toolbar"
 
139
class "*Tool*" style "toolbar"
 
140
 
 
141
widget_class "*MenuBar*" style "toolbar"
 
142
class "*MenuBar*" style "toolbar"
 
143
 
 
144
style "menuitem" {
 
145
        ###### GTK Style Colours ######
 
146
        text[NORMAL]            = "#000000"
 
147
        text[PRELIGHT]          = "#FFFFFF" 
 
148
    
 
149
        ###### Theme Engine Style ######
 
150
        engine "smooth" {
 
151
                fill {
 
152
                        style           = gradient
 
153
                        hdirection      = vertical
 
154
                        vdirection      = vertical
 
155
                        
 
156
                        color1[SELECTED]        = "#EAF5FF"
 
157
                        color2[SELECTED]        = "#166FD5"
 
158
                        color1[NORMAL]          = "#F8F8FB"
 
159
                        color2[NORMAL]          = "#CDCDDF"
 
160
                        color1[PRELIGHT]        = "#EAF5FF"
 
161
                        color2[PRELIGHT]        = "#166FD5"
 
162
                        color1[INSENSITIVE]     = "#EEEEF3"
 
163
                        color2[INSENSITIVE]     = "#C5C5D0"
 
164
                }
 
165
        
 
166
                line {
 
167
                        style           = smooth
 
168
                        thickness       = 1
 
169
                }
 
170
        
 
171
                check {
 
172
                        style   = clean
 
173
                        
 
174
                        fill {
 
175
                                style   = solid
 
176
                        }
 
177
 
 
178
                        line {
 
179
                                style           = none
 
180
                                thickness       = 0
 
181
                        }
 
182
                }
 
183
        
 
184
                option {
 
185
                        style   = round
 
186
                        
 
187
                        fill {
 
188
                                style   = solid
 
189
                        }
 
190
 
 
191
                        line {
 
192
                                style           = none
 
193
                                thickness       = 0
 
194
                        }
 
195
                }
 
196
        
 
197
                arrow {
 
198
                        style   = cleanice
 
199
                        solid   = TRUE
 
200
                }
 
201
        }
 
202
}
 
203
widget_class "*MenuItem*" style "menuitem"
 
204
class "*MenuItem*" style "menuitem"
 
205
 
 
206
style "radio_check" {
 
207
        ###### GTK Style Colours ######
 
208
        base[PRELIGHT]  = "#FFFFFF"
 
209
 
 
210
        text[ACTIVE]    = "#FFFFFF"
 
211
        text[SELECTED]  = "#AFAFAF"
 
212
        text[NORMAL]    = "#000000"
 
213
        text[PRELIGHT]  = "#5B98D4"
 
214
}
 
215
widget_class "*RadioButton*" style "radio_check"
 
216
widget_class "*CheckButton*" style "radio_check"
 
217
 
 
218
style "scrollbar" {
 
219
        ###### Theme Engine Style ######
 
220
        engine "smooth" {
 
221
                fill {
 
222
                        style           = gradient
 
223
                        hdirection      = vertical
 
224
                        vdirection      = horizontal
 
225
                        
 
226
                        color1[SELECTED]        = "#EAF5FF"
 
227
                        color2[SELECTED]        = "#166FD5"
 
228
                        color1[NORMAL]          = "#F8F8FB"
 
229
                        color2[NORMAL]          = "#CDCDDF"
 
230
                        color1[PRELIGHT]        = "#EAF5FF"
 
231
                        color2[PRELIGHT]        = "#166FD5"
 
232
                        color1[INSENSITIVE]     = "#EEEEF3"
 
233
                        color2[INSENSITIVE]     = "#C5C5D0"
 
234
                }
 
235
        
 
236
                line {
 
237
                        style           = smooth
 
238
                        thickness       = 0
 
239
                }
 
240
        
 
241
                trough {
 
242
                        fill {
 
243
                                style   = solid
 
244
                        }
 
245
                }
 
246
        
 
247
                grip {
 
248
                        style   = none
 
249
                }
 
250
        
 
251
                arrow {
 
252
                        style   = cleanice
 
253
                        solid   = TRUE
 
254
                        
 
255
                        xpadding        = 1
 
256
                        ypadding        = 1
 
257
                }
 
258
        }
 
259
}
 
260
widget_class "*Scrollbar*" style "scrollbar"
 
261
class "*Scrollbar*" style "scrollbar"
 
262
 
 
263
style "hscales"  {
 
264
        ######  GTK Style Flags  ###### 
 
265
        GtkRange::trough_border                 = 0
 
266
        GtkRange::slider-width                  = 22
 
267
        GtkScale::slider-length                 = 13
 
268
        
 
269
        ###### GTK Style Colours ######
 
270
        bg[SELECTED]            = "#5B98D4"
 
271
    
 
272
        ###### Theme Engine Style ######
 
273
        engine "smooth" {       
 
274
                real_sliders    = FALSE
 
275
 
 
276
                fill {
 
277
                        style           = gradient
 
278
                        hdirection      = vertical
 
279
                        vdirection      = horizontal
 
280
 
 
281
                        color1[SELECTED]        = "#EAF5FF"
 
282
                        color2[SELECTED]        = "#166FD5"
 
283
                        color1[NORMAL]          = "#F8F8FB"
 
284
                        color2[NORMAL]          = "#CDCDDF"
 
285
                        color1[PRELIGHT]        = "#EAF5FF"
 
286
                        color2[PRELIGHT]        = "#166FD5"
 
287
                        color1[INSENSITIVE]     = "#EEEEF3"
 
288
                        color2[INSENSITIVE]     = "#C5C5D0"
 
289
                }
 
290
 
 
291
                line {
 
292
                        style           = smooth
 
293
                        thickness       = 2
 
294
                }
 
295
        
 
296
                trough {
 
297
                        show_value      = TRUE
 
298
 
 
299
                        xpadding        = 7
 
300
                        ypadding        = 1
 
301
 
 
302
                        fill {
 
303
                                style   = solid
 
304
                        }
 
305
                }
 
306
        
 
307
                grip {
 
308
                        style   = none
 
309
                }
 
310
        }
 
311
}
 
312
widget_class "*HScale*" style "hscales"
 
313
class "*HScale*" style "hscales"
 
314
 
 
315
style "vscales"  {
 
316
        ######  GTK Style Flags  ###### 
 
317
        GtkRange::trough_border                 = 0
 
318
        GtkRange::slider-width                  = 22
 
319
        GtkScale::slider-length                 = 13
 
320
        
 
321
        ###### GTK Style Colours ######
 
322
        bg[SELECTED]            = "#5B98D4"
 
323
    
 
324
        ###### Theme Engine Style ######
 
325
        engine "smooth" {       
 
326
                real_sliders    = FALSE
 
327
 
 
328
                fill {
 
329
                        style           = gradient
 
330
                        hdirection      = vertical
 
331
                        vdirection      = horizontal
 
332
 
 
333
                        color1[SELECTED]        = "#EAF5FF"
 
334
                        color2[SELECTED]        = "#166FD5"
 
335
                        color1[NORMAL]          = "#F8F8FB"
 
336
                        color2[NORMAL]          = "#CDCDDF"
 
337
                        color1[PRELIGHT]        = "#EAF5FF"
 
338
                        color2[PRELIGHT]        = "#166FD5"
 
339
                        color1[INSENSITIVE]     = "#EEEEF3"
 
340
                        color2[INSENSITIVE]     = "#C5C5D0"
 
341
                }
 
342
 
 
343
                line {
 
344
                        style           = smooth
 
345
                        thickness       = 2
 
346
                }
 
347
        
 
348
                trough {
 
349
                        show_value      = TRUE
 
350
 
 
351
                        xpadding        = 1
 
352
                        ypadding        = 7
 
353
 
 
354
                        fill {
 
355
                                style   = solid
 
356
                        }
 
357
                }
 
358
        
 
359
                grip {
 
360
                        style   = none
 
361
                }
 
362
        }
 
363
}
 
364
widget_class "*VScale*" style "vscales"
 
365
class "*VScale*" style "vscales"
 
366
 
 
367
style "infobar" {
 
368
        ######  GTK Style Flags  ###### 
 
369
        xthickness              = 2
 
370
        ythickness              = 2
 
371
    
 
372
        ###### Theme Engine Style ######
 
373
        engine "smooth" {
 
374
                fill {
 
375
                        style           = gradient
 
376
                        hdirection      = vertical
 
377
                        vdirection      = horizontal
 
378
                        
 
379
                        color1[SELECTED]        = "#EAF5FF"
 
380
                        color2[SELECTED]        = "#166FD5"
 
381
                        color1[NORMAL]          = "#F8F8FB"
 
382
                        color2[NORMAL]          = "#CDCDDF"
 
383
                        color1[PRELIGHT]        = "#EAF5FF"
 
384
                        color2[PRELIGHT]        = "#166FD5"
 
385
                        color1[INSENSITIVE]     = "#EEEEF3"
 
386
                        color2[INSENSITIVE]     = "#C5C5D0"
 
387
                }
 
388
 
 
389
                line {
 
390
                        style           = smooth
 
391
                        thickness       = 2
 
392
                }
 
393
        
 
394
                trough {
 
395
                        fill {
 
396
                                style   = solid
 
397
                        }
 
398
                }
 
399
        }
 
400
}
 
401
class "*Progress*" style "infobar"
 
402
widget_class "*Progress*" style "infobar"
 
403
 
 
404
style "metacity-frame"
 
405
{
 
406
        ###### GTK Style Colours ######
 
407
        bg[SELECTED]            = "#99CCFF"
 
408
        
 
409
        ###### Theme Engine Style ######
 
410
        engine "smooth" {
 
411
                fill {
 
412
                        style           = gradient
 
413
                        hdirection      = vertical
 
414
                        vdirection      = horizontal
 
415
                        
 
416
                        color1[SELECTED]        = "#EAF5FF"
 
417
                        color2[SELECTED]        = "#166FD5"
 
418
                        color1[NORMAL]          = "#F8F8FB"
 
419
                        color2[NORMAL]          = "#CDCDDF"
 
420
                        color1[PRELIGHT]        = "#EAF5FF"
 
421
                        color2[PRELIGHT]        = "#166FD5"
 
422
                        color1[INSENSITIVE]     = "#EEEEF3"
 
423
                        color2[INSENSITIVE]     = "#C5C5D0"
 
424
                }
 
425
 
 
426
                line {
 
427
                        style           = smooth
 
428
                        thickness       = 2
 
429
                }
 
430
        }
 
431
}
 
432
class "MetaFrames" style "metacity-frame"
 
433
widget_class "MetaFrames" style "metacity-frame"