~openerp/openobject-client/4.2

« back to all changes in this revision

Viewing changes to bin/themes/Yattacier3/gtkrc

  • Committer: Cedric Krier
  • Date: 2007-08-10 14:32:49 UTC
  • Revision ID: ced-18c2ad06c38ace0eb20c4d75a162c6a32c8a3005
New branch 4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include "iconrc"
 
2
 
 
3
style "default"
 
4
{
 
5
    GtkScrollbar::has_backward_stepper = 1
 
6
    GtkScrollbar::has_secondary_backward_stepper = 1
 
7
    GtkScrollbar::min_slider_length = 15
 
8
    GTKPaned::handle_size = 0
 
9
    GtkContainer::border_width = 0
 
10
    GtkButton::default_border = {0,0,0,0}
 
11
    GtkButton::default_outside_border = {0,0,0,0}
 
12
 
 
13
    base[NORMAL]        = "#F7F7F7"
 
14
    base[ACTIVE]        = "#D3D3D3"
 
15
    base[SELECTED]      = "#4a4a4a"
 
16
    base[PRELIGHT]      = "#E5E5e5"
 
17
    base[INSENSITIVE]   = "#d0d0d0"
 
18
 
 
19
    bg[NORMAL]          = "#E6E6E6"
 
20
    bg[ACTIVE]          = "#F4F4F4"
 
21
    ## colore cornice finestra
 
22
    bg[SELECTED]        = "#7587b0"
 
23
    bg[PRELIGHT]        = "#8a8a8a"
 
24
    bg[INSENSITIVE]     = "#D3D3D3"
 
25
 
 
26
    fg[NORMAL]          = "#000000"
 
27
    fg[ACTIVE]          = "#314a82"
 
28
    fg[SELECTED]        = "#ffffff"
 
29
    fg[PRELIGHT]        = "#415a92"
 
30
    fg[INSENSITIVE]     = "#747474"
 
31
 
 
32
    text[SELECTED]      = "#ffffff"
 
33
    text[INSENSITIVE]   = "#7587b0"
 
34
    
 
35
    NautilusIconContainer::highlight_alpha=150
 
36
    NautilusIconContainer::dark_info_color="#304050"
 
37
    NautilusIconContainer::light_info_color="#ffffff"
 
38
    
 
39
    bg_pixmap[NORMAL]   = "bgpixmap_normal.png"
 
40
    bg_pixmap[PRELIGHT] = "bgpixmap_prelight.png"
 
41
 
 
42
    
 
43
    engine "thinice" {
 
44
        rect_scrollbar = FALSE
 
45
        mark_type1 = DOT  #INVSLASH
 
46
        mark_type2 = ARROW
 
47
        paned_dots = FULL
 
48
    }
 
49
 
 
50
    engine "pixmap" {
 
51
        image {
 
52
            function            = SHADOW
 
53
            recolorable         = TRUE
 
54
            shadow              = OUT
 
55
            file                = "shadow_etched_out.png"
 
56
            border              = {1,1,1,1}
 
57
            stretch             = TRUE
 
58
        }       
 
59
        image {
 
60
            function            = SHADOW
 
61
            recolorable         = TRUE
 
62
            shadow              = IN
 
63
            file                = "shadow_in.png"
 
64
            border              = {1,1,1,1}
 
65
            stretch             = TRUE
 
66
        }
 
67
        image {
 
68
            function            = SHADOW
 
69
            recolorable         = TRUE
 
70
            shadow              = ETCHED_IN
 
71
            file                = "shadow_etched_in.png"
 
72
            border              = {1,1,1,1}
 
73
            stretch             = TRUE
 
74
        }
 
75
        image {
 
76
            function            = SHADOW
 
77
            recolorable         = TRUE
 
78
            shadow              = ETCHED_OUT
 
79
            file                = "shadow_etched_out.png"
 
80
            border              = {1,1,1,1}
 
81
            stretch             = TRUE
 
82
        }               
 
83
    
 
84
    
 
85
    
 
86
        image {
 
87
            function            = HANDLE
 
88
            recolorable         = TRUE
 
89
            overlay_file        = "handleh.png"
 
90
            overlay_border      = {0,0,0,0}
 
91
            overlay_stretch     = FALSE
 
92
            orientation         = VERTICAL
 
93
        }
 
94
        
 
95
        image {
 
96
            function            = HANDLE
 
97
            recolorable         = TRUE
 
98
            overlay_file        = "handlev.png"
 
99
            overlay_border      = {0,0,0,0}
 
100
            overlay_stretch     = FALSE
 
101
            orientation         = HORIZONTAL
 
102
        }
 
103
 
 
104
    }
 
105
    
 
106
}
 
107
 
 
108
style "ypaned" = "default" 
 
109
{
 
110
 
 
111
    GTKPaned::handle_size = 2
 
112
 
 
113
    engine "pixmap" {
 
114
        image {
 
115
            function            = HANDLE
 
116
            recolorable         = TRUE
 
117
#           file                = "trasp.png"
 
118
#           border              = {0,0,0,0}
 
119
#           stretch             = TRUE
 
120
            overlay_file        = "handlev2.png"
 
121
            overlay_border      = {0,0,0,0}
 
122
            overlay_stretch     = FALSE
 
123
            orientation         = VERTICAL
 
124
        }
 
125
        
 
126
        image {
 
127
            function            = HANDLE
 
128
            recolorable         = TRUE
 
129
#           file                = "trasp.png"
 
130
#           border              = {0,0,0,0}
 
131
#           stretch             = TRUE
 
132
            overlay_file        = "handleh2.png"
 
133
            overlay_border      = {0,0,0,0}
 
134
            overlay_stretch     = FALSE
 
135
            orientation         = HORIZONTAL
 
136
        }
 
137
 
 
138
    }
 
139
 
 
140
}
 
141
 
 
142
 
 
143
style "Scrollbar" {
 
144
    
 
145
    engine "pixmap" {
 
146
    
 
147
    ## Sfondo scrollbar
 
148
        image {
 
149
            function        = BOX
 
150
            recolorable     = TRUE
 
151
            detail          = "trough"
 
152
            file            = "vertical_trough.png"
 
153
            border          = { 0, 0, 39, 39 }
 
154
            stretch         = TRUE
 
155
            orientation     = VERTICAL
 
156
        }
 
157
       image {
 
158
            function        = BOX
 
159
            recolorable     = TRUE
 
160
            detail          = "trough"
 
161
            file            = "horizontal_trough.png"
 
162
            border          = { 39, 39, 0, 0 }
 
163
            stretch         = TRUE
 
164
            orientation     = HORIZONTAL
 
165
       }
 
166
       
 
167
    ## Scrollbar
 
168
        image {
 
169
            function        = BOX
 
170
            recolorable     = TRUE
 
171
            state           = NORMAL
 
172
            detail          = "slider"
 
173
            file            = "scrollbar_horizontal.png"
 
174
            border          = { 10, 10, 6, 6 }
 
175
            stretch         = TRUE
 
176
            orientation     = HORIZONTAL
 
177
        }
 
178
        image {
 
179
            function        = BOX
 
180
            recolorable     = TRUE
 
181
            state           = PRELIGHT
 
182
            detail          = "slider"
 
183
            file            = "scrollbar_prelight_horizontal.png"
 
184
            border          = { 10, 10, 6, 6 }
 
185
            stretch         = TRUE
 
186
            orientation     = HORIZONTAL
 
187
        }
 
188
        image {
 
189
            function        = BOX
 
190
            recolorable     = TRUE
 
191
            state           = ACTIVE
 
192
            detail          = "slider"
 
193
            file            = "scrollbar_act_horizontal.png"
 
194
            border          = { 10, 10, 6, 6 }
 
195
            stretch         = TRUE
 
196
            orientation     = HORIZONTAL
 
197
        }
 
198
        image {
 
199
            function        = BOX
 
200
            recolorable     = TRUE
 
201
            state           = NORMAL
 
202
            detail          = "slider"
 
203
            file            = "scrollbar_vertical.png"
 
204
            border          = { 6, 6, 10, 10 }
 
205
            stretch         = TRUE
 
206
            orientation     = VERTICAL
 
207
        }
 
208
        image {
 
209
            function        = BOX
 
210
            recolorable     = TRUE
 
211
            state           = PRELIGHT
 
212
            detail          = "slider"
 
213
            file            = "scrollbar_prelight_vertical.png"
 
214
            border          = { 6, 6, 10, 10 }
 
215
            stretch         = TRUE
 
216
            orientation     = VERTICAL
 
217
        }
 
218
        image {
 
219
            function        = BOX
 
220
            recolorable     = TRUE
 
221
            state           = ACTIVE
 
222
            detail          = "slider"
 
223
            file            = "scrollbar_act_vertical.png"
 
224
            border          = { 6, 6, 10, 10 }
 
225
            stretch         = TRUE
 
226
            orientation     = VERTICAL
 
227
        }
 
228
        
 
229
    ## Freccine scrollbar
 
230
       image {
 
231
           function        = BOX
 
232
           recolorable     = TRUE
 
233
           state           = NORMAL
 
234
           file            = "clear.png"
 
235
           border          = { 0, 0, 0, 0 }
 
236
           stretch         = TRUE
 
237
       }
 
238
       image {
 
239
           function        = BOX
 
240
           recolorable     = TRUE
 
241
           state           = PRELIGHT
 
242
           file            = "clear-pre.png"
 
243
           border          = { 0, 0, 0, 0 }
 
244
           stretch         = TRUE
 
245
       }
 
246
       image {
 
247
           function        = BOX
 
248
           recolorable     = TRUE
 
249
           state           = ACTIVE
 
250
           file            = "clear-act.png"
 
251
           border          = { 0, 0, 0, 0 }
 
252
           stretch         = TRUE
 
253
       }
 
254
    }
 
255
}
 
256
 
 
257
 
 
258
style "ProgressBar" {
 
259
    
 
260
    engine "pixmap" {
 
261
        image {
 
262
            function        = BOX
 
263
            recolorable     = TRUE
 
264
            detail          = "bar"
 
265
            file            = "progressbar.png"
 
266
            border          = { 2, 2, 2, 2 }
 
267
            stretch         = TRUE
 
268
        }
 
269
        image {
 
270
            function        = BOX
 
271
            recolorable     = TRUE
 
272
            detail          = "trough"
 
273
            file            = "trough.png"
 
274
            border          = { 2, 2, 2, 2 }
 
275
            stretch         = TRUE
 
276
            orientation     = HORIZONTAL
 
277
        }
 
278
    }
 
279
 
 
280
}
 
281
 
 
282
style "Scale" {
 
283
    engine "pixmap" {
 
284
        image {
 
285
            function        = BOX
 
286
            recolorable     = TRUE
 
287
            detail          = "trough"
 
288
            file            = "vertical_trough_strc.png"
 
289
            border          = { 2, 2, 1, 1 }
 
290
            stretch         = TRUE
 
291
            orientation     = VERTICAL
 
292
        }
 
293
        image {
 
294
            function        = BOX
 
295
            recolorable     = TRUE
 
296
            detail          = "trough"
 
297
            file            = "horizontal_trough_strc.png"
 
298
            border          = { 1, 1, 2, 2 }
 
299
            stretch         = TRUE
 
300
            orientation     = HORIZONTAL
 
301
        }
 
302
        image {
 
303
            function        = SLIDER
 
304
            recolorable     = TRUE
 
305
            state           = NORMAL
 
306
            file            = "scrollbar_horizontal2.png"
 
307
            border          = { 10, 10, 6, 6 }
 
308
            stretch         = TRUE
 
309
            orientation     = HORIZONTAL
 
310
        }   
 
311
        image {
 
312
            function        = SLIDER 
 
313
            recolorable     = TRUE
 
314
            state           = PRELIGHT
 
315
            file            = "scrollbar_prelight_horizontal2.png"
 
316
            border          = { 10, 10, 6, 6 }
 
317
            stretch         = TRUE
 
318
            orientation     = HORIZONTAL
 
319
        }
 
320
        image {
 
321
            function        = SLIDER
 
322
            recolorable     = TRUE
 
323
            state           = INSENSITIVE
 
324
            file            = "scrollbar_horizontal2.png"
 
325
            border          = { 10, 10, 6, 6 }
 
326
            stretch         = TRUE
 
327
            orientation     = HORIZONTAL
 
328
        }   
 
329
        image {
 
330
            function        = SLIDER
 
331
            recolorable     = TRUE
 
332
            state           = NORMAL
 
333
            file            = "scrollbar_vertical2.png"
 
334
            border          = { 6, 6, 10, 10 }
 
335
            stretch         = TRUE
 
336
            orientation     = VERTICAL
 
337
        }
 
338
        image {
 
339
            function        = SLIDER
 
340
            recolorable     = TRUE
 
341
            state           = PRELIGHT
 
342
            file            = "scrollbar_prelight_vertical2.png"
 
343
            border          = { 6, 6, 10, 10 }
 
344
            stretch         = TRUE
 
345
            orientation     = VERTICAL
 
346
        }
 
347
        image {
 
348
            function        = SLIDER
 
349
            recolorable     = TRUE
 
350
            state           = INSENSITIVE
 
351
            file            = "scrollbar_vertical2.png"
 
352
            border          = { 6, 6, 10, 10 }
 
353
            stretch         = TRUE
 
354
            orientation     = VERTICAL
 
355
        }
 
356
    }
 
357
}
 
358
 
 
359
style "button" {
 
360
  engine "pixmap" {
 
361
 
 
362
    #
 
363
    # Check marks
 
364
    #
 
365
    image 
 
366
      {
 
367
        function        = CHECK
 
368
        recolorable     = TRUE
 
369
        shadow          = OUT
 
370
        overlay_file    = "check_out.png"
 
371
        overlay_stretch = FALSE
 
372
      }
 
373
    image 
 
374
      {
 
375
        function        = CHECK
 
376
        recolorable     = TRUE
 
377
        shadow          = IN
 
378
        overlay_file    = "check_in.png"
 
379
        overlay_stretch = FALSE
 
380
      }
 
381
 
 
382
    #
 
383
    # Option marks
 
384
    #
 
385
    image 
 
386
      {
 
387
        function        = OPTION
 
388
        recolorable     = TRUE
 
389
        shadow          = OUT
 
390
        overlay_file    = "option_out.png"
 
391
        overlay_border  = { 0, 0, 0, 0 }
 
392
        overlay_stretch = FALSE
 
393
      }
 
394
    image 
 
395
      {
 
396
        function        = OPTION
 
397
        recolorable     = TRUE
 
398
        shadow          = IN
 
399
        overlay_file    = "option_in.png"
 
400
        overlay_border  = { 0, 0, 0, 0 }
 
401
        overlay_stretch = FALSE
 
402
      }
 
403
    
 
404
    #
 
405
    # Regular buttons
 
406
    #
 
407
    image {
 
408
        function        = BOX
 
409
        file            = "button_normal.png"
 
410
        state           = NORMAL
 
411
        border          = {10,5,5,10}
 
412
        stretch         = TRUE
 
413
    }
 
414
    image {
 
415
        function        = BOX
 
416
        file            = "button_normal.png"
 
417
        state           = INSENSITIVE
 
418
        border          = {10,5,5,10}
 
419
        stretch         = TRUE
 
420
    }
 
421
    image {
 
422
        function        = BOX
 
423
        file            = "button_prelight.png"
 
424
        state           = PRELIGHT
 
425
        border          = {10,5,5,10}
 
426
        stretch         = TRUE
 
427
    }
 
428
    image {
 
429
        function        = BOX
 
430
        file            = "button_active.png"
 
431
        state           = ACTIVE
 
432
        border          = {10,5,5,10}
 
433
        stretch         = TRUE
 
434
    }
 
435
  }
 
436
}
 
437
 
 
438
 
 
439
style "Notebook" {
 
440
 
 
441
    engine "pixmap" {
 
442
        
 
443
        image {
 
444
            function        = EXTENSION
 
445
            recolorable     = TRUE
 
446
            state           = ACTIVE
 
447
            file            = "notebook_active_bottom.png"
 
448
            border          = { 10, 10, 10, 10 }
 
449
            stretch         = TRUE
 
450
            gap_side        = BOTTOM
 
451
        }
 
452
        
 
453
        image {
 
454
            function        = EXTENSION
 
455
            recolorable     = TRUE
 
456
            state           = ACTIVE
 
457
            file            = "notebook_active_top.png"
 
458
            border          = { 10, 10, 10, 10 }
 
459
            stretch         = TRUE
 
460
            gap_side        = TOP
 
461
        }
 
462
 
 
463
        image {
 
464
            function        = EXTENSION
 
465
            recolorable     = TRUE
 
466
            state           = ACTIVE
 
467
            file            = "extension_active_right.png"
 
468
            border          = { 2, 2, 2, 2 }
 
469
            stretch         = TRUE
 
470
            gap_side        = RIGHT
 
471
        }
 
472
        
 
473
        image {
 
474
             function        = EXTENSION
 
475
             recolorable     = TRUE
 
476
             state           = ACTIVE
 
477
             file            = "extension_active_left.png"
 
478
             border          = { 2, 2, 2, 2 }
 
479
             stretch         = TRUE
 
480
             gap_side        = LEFT
 
481
        }
 
482
 
 
483
        image {
 
484
            function        = EXTENSION
 
485
            recolorable     = TRUE
 
486
            file            = "notebook_bottom.png"
 
487
            border          = { 10, 10, 10, 10 }
 
488
            stretch         = TRUE
 
489
            gap_side        = BOTTOM
 
490
        }
 
491
        
 
492
        image {
 
493
            function        = EXTENSION
 
494
            recolorable     = TRUE
 
495
            file            = "notebook_top.png"
 
496
            border          = { 10, 10, 10, 10 }
 
497
            stretch         = TRUE
 
498
            gap_side        = TOP
 
499
        }
 
500
        
 
501
        image {
 
502
            function        = EXTENSION
 
503
            recolorable     = TRUE
 
504
            file            = "extension_right.png"
 
505
            border          = { 2, 2, 2, 2 }
 
506
            stretch         = TRUE
 
507
            gap_side        = RIGHT
 
508
        }
 
509
        
 
510
        image {
 
511
            function        = EXTENSION
 
512
            recolorable     = TRUE
 
513
            file            = "extension_left.png"
 
514
            border          = { 2, 2, 2, 2 }
 
515
            stretch         = TRUE
 
516
            gap_side        = LEFT
 
517
        }
 
518
        
 
519
        image {
 
520
            function        = BOX_GAP
 
521
            gap_side        = TOP
 
522
            file            = "notebook_top_flat.png"
 
523
            border          = { 1, 1, 4, 1 }
 
524
            stretch         = TRUE
 
525
        }
 
526
        
 
527
        image {
 
528
            function        = BOX_GAP
 
529
            gap_side        = BOTTOM
 
530
            file            = "notebook_bottom_flat.png"
 
531
            border          = { 1, 1, 1, 4 }
 
532
            stretch         = TRUE
 
533
        }
 
534
        
 
535
        image {
 
536
            function        = BOX_GAP
 
537
            gap_side        = LEFT
 
538
            file            = "notebook_left_flat.png"
 
539
            border          = { 4, 1, 1, 1 }
 
540
            stretch         = TRUE
 
541
        }
 
542
        
 
543
        image {
 
544
            function        = BOX_GAP
 
545
            gap_side        = RIGHT
 
546
            file            = "notebook_right_flat.png"
 
547
            border          = { 1, 4, 1, 1 }
 
548
            stretch         = TRUE
 
549
        }
 
550
 
 
551
        image {
 
552
            function        = BOX
 
553
            recolorable     = TRUE
 
554
            file            = "notebook_unattached.png"
 
555
            border          = { 2, 2, 2, 2 }
 
556
            stretch         = TRUE
 
557
            gap_side        = TOP
 
558
        }
 
559
    }
 
560
}
 
561
 
 
562
 
 
563
style "tooltip"{
 
564
    bg_pixmap[NORMAL]      = "<none>"
 
565
    bg_pixmap[PRELIGHT]    = "<none>"
 
566
}
 
567
 
 
568
class "GtkNotebook" style "Notebook"
 
569
class "GtkScrollbar" style "Scrollbar"
 
570
class "GtkProgressBar" style "ProgressBar"
 
571
class "GtkScale" style "Scale"
 
572
class "GtkButton" style "button"
 
573
class "GtkMenuItem" style "button"
 
574
class "Gtk*Paned" style "ypaned"
 
575
widget "gtk-tooltips" style "tooltip"
 
576
 
 
577
class "GtkWidget" style "default"
 
578
#class "GtkWidget" style "panel-icons"