~openerp-dev/openobject-client/6.0-opw-595350-rgo

« back to all changes in this revision

Viewing changes to bin/themes/Aquativo/gtkrc

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-56e9b555eeb500d42202250a3456cfa2a6dc78c7
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
####################################################################
 
2
#
 
3
# XLiquid_GTK2
 
4
#
 
5
####################################################################
 
6
 
 
7
#gtk-icon-sizes = "panel-menu=22,22"
 
8
 
 
9
#include "iconrc"
 
10
 
 
11
style "EventBox" {
 
12
    bg_pixmap[NORMAL]      = "<parent>"
 
13
    bg_pixmap[INSENSITIVE] = "<parent>"
 
14
    bg_pixmap[PRELIGHT]    = "<parent>"
 
15
    bg_pixmap[SELECTED]    = "<parent>"
 
16
    bg_pixmap[ACTIVE]      = "<parent>"
 
17
}
 
18
 
 
19
 
 
20
###########################################
 
21
# Buttons
 
22
###########################################
 
23
#
 
24
 
 
25
style "CheckRadioButton" {
 
26
    engine "pixmap" {
 
27
        image {
 
28
            function        = FLAT_BOX
 
29
            recolorable     = TRUE
 
30
            #file            = "menu_hi-light.png"
 
31
            #border          = { 10, 10, 10, 10 }
 
32
            #stretch         = TRUE
 
33
        }
 
34
    }
 
35
}
 
36
 
 
37
class "GtkRadioButton" style "CheckRadioButton"
 
38
class "GtkCheckButton" style "CheckRadioButton"
 
39
 
 
40
#
 
41
###########################################
 
42
 
 
43
###########################################
 
44
#
 
45
 
 
46
style "ToggleButton" {
 
47
    engine "pixmap" {
 
48
        image {
 
49
            function        = BOX
 
50
            recolorable     = TRUE
 
51
            shadow          = IN
 
52
            file            = "toggle_clicked.png"
 
53
            border          = { 2, 2, 2, 2 }
 
54
            stretch         = TRUE
 
55
        }
 
56
        image {
 
57
            function        = BOX
 
58
            recolorable     = TRUE
 
59
            shadow          = OUT
 
60
            file            = "toggle_default.png"
 
61
            border          = { 2, 2, 2, 2 }
 
62
            stretch         = TRUE
 
63
        }
 
64
    }
 
65
}
 
66
 
 
67
class "GtkToggleButton" style "ToggleButton"
 
68
 
 
69
#
 
70
###########################################
 
71
 
 
72
###########################################
 
73
#
 
74
 
 
75
style "Button" {
 
76
    bg[NORMAL] = "#ffffff"
 
77
 
 
78
    engine "pixmap" {
 
79
        image {
 
80
            function        = BOX
 
81
            recolorable     = TRUE
 
82
            state           = NORMAL
 
83
            shadow          = IN
 
84
            file            = "button_normal_in.png"
 
85
            border          = { 2, 2, 2, 2 }
 
86
            stretch         = TRUE
 
87
        }
 
88
        image {
 
89
            function        = BOX
 
90
            recolorable     = TRUE
 
91
            state           = NORMAL
 
92
            shadow          = OUT
 
93
            file            = "button_normal_out.png"
 
94
            border          = { 2, 2, 2, 2 }
 
95
            stretch         = TRUE
 
96
        }
 
97
        image {
 
98
            function        = BOX
 
99
            recolorable     = TRUE
 
100
            state           = INSENSITIVE
 
101
            shadow          = IN
 
102
            file            = "button_insensitive_in.png"
 
103
            border          = { 2, 2, 2, 2 }
 
104
            stretch         = TRUE
 
105
        }
 
106
        image {
 
107
            function        = BOX
 
108
            recolorable     = TRUE
 
109
            state           = INSENSITIVE
 
110
            shadow          = OUT
 
111
            file            = "button_insensitive_out.png"
 
112
            border          = { 2, 2, 2, 2 }
 
113
            stretch         = TRUE
 
114
        }
 
115
        image {
 
116
            function        = BOX
 
117
            recolorable     = TRUE
 
118
            state           = PRELIGHT
 
119
            shadow          = OUT
 
120
            file            = "button_prelight_out.png"
 
121
            border          = { 2, 2, 2, 2 }
 
122
            stretch         = TRUE
 
123
        }
 
124
        image {
 
125
            function        = BOX
 
126
            recolorable     = TRUE
 
127
            state           = SELECTED
 
128
            shadow          = IN
 
129
            file            = "button_selected_in.png"
 
130
            border          = { 2, 2, 2, 2 }
 
131
            stretch         = TRUE
 
132
        }
 
133
        image {
 
134
            function        = BOX
 
135
            recolorable     = TRUE
 
136
            state           = ACTIVE
 
137
            shadow          = IN
 
138
            file            = "button_active_in.png"
 
139
            border          = { 2, 2, 2, 2 }
 
140
            stretch         = TRUE
 
141
        }
 
142
    }
 
143
}
 
144
 
 
145
class "GtkButton" style "Button"
 
146
 
 
147
#
 
148
###########################################
 
149
 
 
150
###########################################
 
151
# Notebooks
 
152
###########################################
 
153
#
 
154
 
 
155
style "Notebook" {
 
156
 
 
157
    engine "pixmap" {
 
158
        image {
 
159
            function        = EXTENSION
 
160
            recolorable     = TRUE
 
161
            state           = ACTIVE
 
162
            file            = "notebook_active_bottom.png"
 
163
            border          = { 10, 10, 10, 10 }
 
164
            stretch         = TRUE
 
165
            gap_side        = BOTTOM
 
166
        }
 
167
        image {
 
168
            function        = EXTENSION
 
169
            recolorable     = TRUE
 
170
            state           = ACTIVE
 
171
            file            = "notebook_active_top.png"
 
172
            border          = { 10, 10, 10, 10 }
 
173
            stretch         = TRUE
 
174
            gap_side        = TOP
 
175
        }
 
176
 
 
177
        image {
 
178
            function        = EXTENSION
 
179
            recolorable     = TRUE
 
180
            state           = ACTIVE
 
181
            file            = "extension_active_right.png"
 
182
            border          = { 2, 2, 2, 2 }
 
183
            stretch         = TRUE
 
184
            gap_side        = RIGHT
 
185
        }
 
186
        image {
 
187
             function        = EXTENSION
 
188
             recolorable     = TRUE
 
189
             state           = ACTIVE
 
190
             file            = "extension_active_left.png"
 
191
             border          = { 2, 2, 2, 2 }
 
192
             stretch         = TRUE
 
193
             gap_side        = LEFT
 
194
        }
 
195
 
 
196
        image {
 
197
            function        = EXTENSION
 
198
            recolorable     = TRUE
 
199
            file            = "notebook_bottom.png"
 
200
            border          = { 10, 10, 10, 10 }
 
201
            stretch         = TRUE
 
202
            gap_side        = BOTTOM
 
203
        }
 
204
        image {
 
205
            function        = EXTENSION
 
206
            recolorable     = TRUE
 
207
            file            = "notebook_top.png"
 
208
            border          = { 10, 10, 10, 10 }
 
209
            stretch         = TRUE
 
210
            gap_side        = TOP
 
211
        }
 
212
        image {
 
213
            function        = EXTENSION
 
214
            recolorable     = TRUE
 
215
            file            = "extension_right.png"
 
216
            border          = { 2, 2, 2, 2 }
 
217
            stretch         = TRUE
 
218
            gap_side        = RIGHT
 
219
        }
 
220
        image {
 
221
            function        = EXTENSION
 
222
            recolorable     = TRUE
 
223
            file            = "extension_left.png"
 
224
            border          = { 2, 2, 2, 2 }
 
225
            stretch         = TRUE
 
226
            gap_side        = LEFT
 
227
        }
 
228
 
 
229
        ############################################
 
230
        # How to draw boxes with a gap on on side
 
231
        # (ie the page of a notebook)
 
232
        ############################################
 
233
 
 
234
        image {
 
235
            function        = BOX_GAP
 
236
            recolorable     = TRUE
 
237
            file            = "box_gap_top.png"
 
238
            border          = { 1, 1, 2, 1 }
 
239
            stretch         = TRUE
 
240
            gap_file        = "box_gap_top_focus.png"
 
241
            gap_border      = { 1, 1, 0, 0 }
 
242
            gap_start_file  = "box_gap_top_start.png"
 
243
            gap_start_border= { 0, 0, 0, 1 }
 
244
            gap_end_file    = "box_gap_top_end.png"
 
245
            gap_end_border  = { 0, 0, 0, 1 }
 
246
            gap_side        = TOP
 
247
        }
 
248
        image {
 
249
            function        = BOX_GAP
 
250
            recolorable     = TRUE
 
251
            file            = "box_gap_bottom.png"
 
252
            border          = { 1, 1, 1, 2 }
 
253
            stretch         = TRUE
 
254
            gap_file        = "box_gap_bottom_focus.png"
 
255
            gap_border      = { 1, 1, 0, 0 }
 
256
            gap_start_file  = "box_gap_bottom_start.png"
 
257
            gap_start_border= { 0, 0, 1, 0 }
 
258
            gap_end_file    = "box_gap_bottom_end.png"
 
259
            gap_end_border  = { 0, 0, 1, 0 }
 
260
            gap_side        = BOTTOM
 
261
        }
 
262
        image {
 
263
            function        = BOX_GAP
 
264
            recolorable     = TRUE
 
265
            file            = "box_gap_left.png"
 
266
            border          = { 2, 1, 1, 1 }
 
267
            stretch         = TRUE
 
268
            gap_file        = "box_gap_left_focus.png"
 
269
            gap_border      = { 0, 0, 1, 1 }
 
270
            gap_start_file  = "box_gap_left_start.png"
 
271
            gap_start_border= { 0, 1, 0, 0 }
 
272
            gap_end_file    = "box_gap_left_end.png"
 
273
            gap_end_border  = { 0, 1, 0, 0 }
 
274
            gap_side        = LEFT
 
275
        }
 
276
        image {
 
277
            function        = BOX_GAP
 
278
            recolorable     = TRUE
 
279
            file            = "box_gap_right.png"
 
280
            border          = { 1, 2, 1, 1 }
 
281
            stretch         = TRUE
 
282
            gap_file        = "box_gap_right_focus.png"
 
283
            gap_border      = { 0, 0, 1, 1 }
 
284
            gap_start_file  = "box_gap_right_start.png"
 
285
            gap_start_border= { 1, 0, 0, 0 }
 
286
            gap_end_file    = "box_gap_right_end.png"
 
287
            gap_end_border  = { 1, 0, 0, 0 }
 
288
            gap_side        = RIGHT
 
289
        }
 
290
 
 
291
        ############################################
 
292
        # How to draw the box of a notebook when it 
 
293
        # is not attached to a tab
 
294
        ############################################
 
295
 
 
296
        image {
 
297
            function        = BOX
 
298
            recolorable     = TRUE
 
299
            file            = "notebook_unattached.png"
 
300
            border          = { 2, 2, 2, 2 }
 
301
            stretch         = TRUE
 
302
            gap_side        = TOP
 
303
        }
 
304
    }
 
305
}
 
306
 
 
307
class "GtkNotebook" style "Notebook"
 
308
 
 
309
#
 
310
###########################################
 
311
 
 
312
###########################################
 
313
#
 
314
 
 
315
style "Menu" {
 
316
    bg_pixmap[NORMAL]       = "menu_background_overlay.png"
 
317
 
 
318
    engine "pixmap" {
 
319
        image {
 
320
            function        = BOX
 
321
            recolorable     = TRUE
 
322
            file            = "menu_background.png"
 
323
            border          = { 1, 1, 1, 1 }
 
324
            stretch         = TRUE
 
325
       }
 
326
   }
 
327
}
 
328
 
 
329
class "GtkMenu" style "Menu"
 
330
 
 
331
#
 
332
###########################################
 
333
 
 
334
###########################################
 
335
#
 
336
 
 
337
style "MenuItem" {
 
338
    engine "pixmap" {
 
339
        image {
 
340
            function        = BOX
 
341
            recolorable     = TRUE
 
342
            file            = "menu_hi-light.png"
 
343
            border          = { 10, 10, 10, 10 }
 
344
            stretch         = TRUE
 
345
        }
 
346
    }
 
347
}
 
348
 
 
349
class "GtkMenuItem" style "MenuItem"
 
350
 
 
351
#
 
352
###########################################
 
353
 
 
354
###########################################
 
355
#
 
356
 
 
357
style "MenuBar" {
 
358
    engine "pixmap" {
 
359
        image {
 
360
            function        = BOX
 
361
            recolorable     = TRUE
 
362
            file            = "menubar_background.png"
 
363
            border          = { 1, 1, 1, 1 }
 
364
            stretch         = FALSE
 
365
        }
 
366
    }
 
367
}
 
368
 
 
369
class "GtkMenuBar" style "MenuBar"
 
370
 
 
371
#
 
372
###########################################
 
373
 
 
374
###########################################
 
375
#
 
376
 
 
377
style "OptionMenu" {
 
378
    engine "pixmap" {
 
379
        image {
 
380
            function        = BOX
 
381
            recolorable     = TRUE
 
382
            file            = "menubar_option.png"
 
383
            border          = { 12, 18, 10, 10 }
 
384
            stretch         = TRUE
 
385
        }
 
386
        image {
 
387
            function        = TAB
 
388
            recolorable     = TRUE
 
389
            overlay_file    = "menubar_option_arrow.png"
 
390
            overlay_stretch = FALSE
 
391
        }
 
392
        image {
 
393
            function        = TAB
 
394
            recolorable     = TRUE
 
395
            state           = INSENSITIVE
 
396
            overlay_file    = "menubar_option_arrow_insensitive.png"
 
397
            overlay_stretch = FALSE
 
398
        }
 
399
    }
 
400
}
 
401
 
 
402
class "GtkOptionMenu" style "OptionMenu"
 
403
 
 
404
#
 
405
###########################################
 
406
 
 
407
###########################################
 
408
#
 
409
 
 
410
style "ProgressBar" {
 
411
    engine "pixmap" {
 
412
        image {
 
413
            function        = BOX
 
414
            recolorable     = TRUE
 
415
            detail          = "bar"
 
416
            file            = "progressbar.png"
 
417
            border          = { 2, 2, 2, 2 }
 
418
            stretch         = TRUE
 
419
        }
 
420
        image {
 
421
            function        = BOX
 
422
            recolorable     = TRUE
 
423
            detail          = "trough"
 
424
            file            = "trough.png"
 
425
            border          = { 2, 2, 2, 2 }
 
426
            stretch         = TRUE
 
427
            orientation     = HORIZONTAL
 
428
        }
 
429
    }
 
430
}
 
431
 
 
432
class "GtkProgressBar" style "ProgressBar"
 
433
 
 
434
#
 
435
###########################################
 
436
 
 
437
###########################################
 
438
#
 
439
 
 
440
style "Ruler" {
 
441
    engine "pixmap" {
 
442
        image {
 
443
            function        = BOX
 
444
            recolorable     = TRUE
 
445
            detail          = "vruler"
 
446
            file            = "vertical_ruler.png"
 
447
            border          = { 2, 2, 2, 2 }
 
448
            stretch         = TRUE
 
449
        }
 
450
        image {
 
451
            function        = BOX
 
452
            recolorable     = TRUE
 
453
            detail          = "hruler"
 
454
            file            = "horzontal_ruler.png"
 
455
            border          = { 2, 2, 2, 2 }
 
456
            stretch         = TRUE
 
457
        }
 
458
    }
 
459
}
 
460
 
 
461
class "GtkRuler" style "Ruler"
 
462
 
 
463
#
 
464
###########################################
 
465
 
 
466
###########################################
 
467
#
 
468
 
 
469
style "Item" {
 
470
    engine "pixmap" {
 
471
        image {
 
472
            function        = FLAT_BOX
 
473
            recolorable     = TRUE
 
474
            state           = INSENSITIVE
 
475
            file            = "item_insensitive.png"
 
476
            border          = { 2, 2, 2, 2 }
 
477
            stretch         = TRUE
 
478
        }
 
479
        image {
 
480
            function        = FLAT_BOX
 
481
            recolorable     = TRUE
 
482
            file            = "item.png"
 
483
            border          = { 2, 2, 2, 2 }
 
484
            stretch         = TRUE
 
485
        }
 
486
    }
 
487
}
 
488
 
 
489
class "GtkTreeItem" style "Item"
 
490
class "GtkListItem" style "Item"
 
491
 
 
492
#
 
493
###########################################
 
494
 
 
495
###########################################
 
496
#
 
497
 
 
498
style "Window" {
 
499
    engine "pixmap" {
 
500
        image {
 
501
            function        = FLAT_BOX
 
502
            recolorable     = TRUE
 
503
            file            = "window_background.png"
 
504
            stretch         = FALSE
 
505
        }
 
506
    }
 
507
}
 
508
 
 
509
class "GtkWindow" style "Window"
 
510
 
 
511
#
 
512
###########################################
 
513
 
 
514
###########################################
 
515
#
 
516
 
 
517
style "Curve" {
 
518
    engine "pixmap" {
 
519
        image {
 
520
            function        = FLAT_BOX
 
521
            recolorable     = TRUE
 
522
            detail          = "curve_bg"
 
523
            file            = "curve_background.png"
 
524
            border          = { 2, 2, 2, 2 }
 
525
            stretch         = TRUE
 
526
        }
 
527
    }
 
528
}
 
529
 
 
530
class "GtkCurve" style "Curve"
 
531
 
 
532
#
 
533
###########################################
 
534
 
 
535
###########################################
 
536
#
 
537
 
 
538
style "Toolbar" {
 
539
    engine "pixmap" {
 
540
        image {
 
541
            function        = BOX
 
542
            recolorable     = TRUE
 
543
            file            = "toolbar_background.png"
 
544
            stretch         = FALSE
 
545
            overlay_file    = "toolbar_shadow.png"
 
546
            overlay_border  = { 1, 1, 1, 1 }
 
547
            overlay_stretch = TRUE
 
548
        }
 
549
    }
 
550
}
 
551
 
 
552
class "GtkToolbar" style "Toolbar"
 
553
 
 
554
#
 
555
###########################################
 
556
 
 
557
###########################################
 
558
# Scrollbars 
 
559
###########################################
 
560
#
 
561
 
 
562
style "Scrollbar" {
 
563
    engine "pixmap" {
 
564
        image {
 
565
            function        = BOX
 
566
            recolorable     = TRUE
 
567
            detail          = "trough"
 
568
            file            = "vertical_trough.png"
 
569
            border          = { 2, 2, 1, 1 }
 
570
            stretch         = TRUE
 
571
            orientation     = VERTICAL
 
572
        }
 
573
        image {
 
574
            function        = BOX
 
575
            recolorable     = TRUE
 
576
            detail          = "trough"
 
577
            file            = "horizontal_trough.png"
 
578
            border          = { 1, 1, 2, 2 }
 
579
            stretch         = TRUE
 
580
            orientation     = HORIZONTAL
 
581
        }
 
582
        image {
 
583
            function        = SLIDER
 
584
            recolorable     = TRUE
 
585
            state           = NORMAL
 
586
            file            = "scrollbar_horizontal.png"
 
587
            border          = { 10, 10, 6, 6 }
 
588
            stretch         = TRUE
 
589
            orientation     = HORIZONTAL
 
590
        }
 
591
        image {
 
592
            function        = SLIDER 
 
593
            recolorable     = TRUE
 
594
            state           = PRELIGHT
 
595
            file            = "scrollbar_prelight_horizontal.png"
 
596
            border          = { 10, 10, 6, 6 }
 
597
            stretch         = TRUE
 
598
            orientation     = HORIZONTAL
 
599
        }
 
600
        image {
 
601
            function        = SLIDER
 
602
            recolorable     = TRUE
 
603
            state           = NORMAL
 
604
            file            = "scrollbar_vertical.png"
 
605
            border          = { 6, 6, 10, 10 }
 
606
            stretch         = TRUE
 
607
            orientation     = VERTICAL
 
608
        }
 
609
        image {
 
610
            function        = SLIDER 
 
611
            recolorable     = TRUE
 
612
            state           = PRELIGHT
 
613
            file            = "scrollbar_prelight_vertical.png"
 
614
            border          = { 6, 6, 10, 10 }
 
615
            stretch         = TRUE
 
616
            orientation     = VERTICAL
 
617
        }
 
618
        image {
 
619
            function        = BOX
 
620
            recolorable     = TRUE
 
621
            state           = NORMAL 
 
622
            file            = "clear.png"
 
623
            border          = { 0, 0, 0, 0 }
 
624
            stretch         = TRUE
 
625
        }
 
626
        image {
 
627
            function        = BOX
 
628
            recolorable     = TRUE
 
629
            state           = PRELIGHT
 
630
            file            = "clear.png"
 
631
            border          = { 0, 0, 0, 0 }
 
632
            stretch         = TRUE
 
633
        }
 
634
        image {
 
635
            function        = BOX
 
636
            recolorable     = TRUE
 
637
            state           = ACTIVE
 
638
            file            = "clear.png"
 
639
            border          = { 0, 0, 0, 0 }
 
640
            stretch         = TRUE
 
641
        }
 
642
    }
 
643
}
 
644
 
 
645
class "GtkScrollbar" style "Scrollbar"
 
646
 
 
647
#
 
648
###########################################
 
649
 
 
650
###########################################
 
651
# Scales
 
652
###########################################
 
653
#
 
654
 
 
655
style "Scale" {
 
656
    engine "pixmap" {
 
657
        image {
 
658
            function        = BOX
 
659
            recolorable     = TRUE
 
660
            detail          = "trough"
 
661
            file            = "vertical_trough.png"
 
662
            border          = { 2, 2, 1, 1 }
 
663
            stretch         = TRUE
 
664
            orientation     = VERTICAL
 
665
        }
 
666
        image {
 
667
            function        = BOX
 
668
            recolorable     = TRUE
 
669
            detail          = "trough"
 
670
            file            = "horizontal_trough.png"
 
671
            border          = { 1, 1, 2, 2 }
 
672
            stretch         = TRUE
 
673
            orientation     = HORIZONTAL
 
674
        }
 
675
        image {
 
676
            function        = SLIDER
 
677
            recolorable     = TRUE
 
678
            state           = NORMAL
 
679
            file            = "scrollbar_horizontal.png"
 
680
            border          = { 10, 10, 6, 6 }
 
681
            stretch         = TRUE
 
682
            orientation     = HORIZONTAL
 
683
        }   
 
684
        image {
 
685
            function        = SLIDER 
 
686
            recolorable     = TRUE
 
687
            state           = PRELIGHT
 
688
            file            = "scrollbar_prelight_horizontal.png"
 
689
            border          = { 10, 10, 6, 6 }
 
690
            stretch         = TRUE
 
691
            orientation     = HORIZONTAL
 
692
        }
 
693
        image {
 
694
            function        = SLIDER
 
695
            recolorable     = TRUE
 
696
            state           = INSENSITIVE
 
697
            file            = "scrollbar_horizontal.png"
 
698
            border          = { 10, 10, 6, 6 }
 
699
            stretch         = TRUE
 
700
            orientation     = HORIZONTAL
 
701
        }   
 
702
        image {
 
703
            function        = SLIDER
 
704
            recolorable     = TRUE
 
705
            state           = NORMAL
 
706
            file            = "scrollbar_vertical.png"
 
707
            border          = { 6, 6, 10, 10 }
 
708
            stretch         = TRUE
 
709
            orientation     = VERTICAL
 
710
        }
 
711
        image {
 
712
            function        = SLIDER
 
713
            recolorable     = TRUE
 
714
            state           = PRELIGHT
 
715
            file            = "scrollbar_prelight_vertical.png"
 
716
            border          = { 6, 6, 10, 10 }
 
717
            stretch         = TRUE
 
718
            orientation     = VERTICAL
 
719
        }
 
720
        image {
 
721
            function        = SLIDER
 
722
            recolorable     = TRUE
 
723
            state           = INSENSITIVE
 
724
            file            = "scrollbar_vertical.png"
 
725
            border          = { 6, 6, 10, 10 }
 
726
            stretch         = TRUE
 
727
            orientation     = VERTICAL
 
728
        }
 
729
    }
 
730
}
 
731
 
 
732
class "GtkScale" style "Scale"
 
733
#
 
734
###########################################
 
735
 
 
736
###########################################
 
737
#
 
738
 
 
739
style "Default" {   
 
740
    font = "-*-helvetica-medium-r-normal--10-*-*-*-*-*-*-*"
 
741
    #fg[NORMAL]      = { 0.00, 0.00, 0.00 }
 
742
    fg[PRELIGHT]    = { 0.00, 0.00, 0.00 }
 
743
    fg[ACTIVE]      = { 0.00, 0.00, 0.00 }
 
744
    fg[SELECTED]    = { 0.00, 0.00, 0.00 }
 
745
    fg[INSENSITIVE] = { 0.70, 0.70, 0.70 }
 
746
 
 
747
    bg[NORMAL]      = "#ffffff"
 
748
    bg[PRELIGHT]    = "#ffffff"
 
749
    bg[ACTIVE]      = "#ffffff"
 
750
    bg[INSENSITIVE] = "#ffffff"
 
751
    bg[SELECTED]    = "#1376d3"
 
752
 
 
753
    base[NORMAL]    = "#ffffff"
 
754
    base[SELECTED]  = "#1376d3"
 
755
    base[ACTIVE]    = "#5e7ab7"
 
756
 
 
757
    #fg[NORMAL]  = "#ffffff"
 
758
    text[SELECTED]  = "#ffffff"
 
759
    text[ACTIVE]    = "#ffffff"
 
760
  bg_pixmap[NORMAL]     = "menubar_background.png"
 
761
  bg_pixmap[PRELIGHT]   = "menubar_background.png"
 
762
  bg_pixmap[ACTIVE]     = "menubar_background.png"
 
763
  bg_pixmap[INSENSITIVE]= "menubar_background.png"
 
764
 
 
765
    engine "pixmap" {
 
766
        ############################################
 
767
        # Handlebox
 
768
        ############################################
 
769
 
 
770
        image {
 
771
            function        = BOX
 
772
            recolorable     = TRUE
 
773
            detail          = "handlebox_bin"
 
774
            file            = "handlebox.png"
 
775
            border          = { 2, 2, 2, 2 }
 
776
            stretch         = TRUE
 
777
        }
 
778
 
 
779
        ############################################
 
780
        # The Handle on Handleboxes
 
781
        ############################################
 
782
 
 
783
        image {
 
784
            function        = HANDLE
 
785
            recolorable     = TRUE
 
786
            file            = "handle_bar.png"
 
787
            border          = { 10, 5, 5, 10 }
 
788
            stretch         = TRUE
 
789
            overlay_file    = "handle_vert_thumb.png"
 
790
            overlay_border  = { 0, 0, 0, 0 }
 
791
            overlay_stretch = FALSE
 
792
            orientation     = VERTICAL
 
793
        }
 
794
 
 
795
        ############################################
 
796
        # Paned Widgets
 
797
        ############################################
 
798
 
 
799
        image {
 
800
            function        = BOX
 
801
            recolorable     = TRUE
 
802
            detail          = "paned"
 
803
            file            = "paned.png"
 
804
            border          = { 2, 2, 2, 2 }
 
805
            stretch         = TRUE
 
806
        }
 
807
 
 
808
        ############################################
 
809
        # Tooltips 
 
810
        ############################################
 
811
 
 
812
        image {
 
813
            function        = FLAT_BOX
 
814
            recolorable     = TRUE
 
815
            detail          = "tooltip"
 
816
            file            = "tooltip.png"
 
817
            border          = { 2, 2, 2, 2 }
 
818
            stretch         = TRUE
 
819
        }
 
820
 
 
821
        ############################################
 
822
        # Selected text in entries, text widget, 
 
823
        # lists and trees 
 
824
        ############################################
 
825
 
 
826
        image {
 
827
            function        = FLAT_BOX
 
828
            recolorable     = TRUE
 
829
            state           = INSENSITIVE
 
830
            detail          = "selected"
 
831
            file            = "text_selected_insensitive.png"
 
832
            border          = { 2, 2, 2, 2 }
 
833
            stretch         = TRUE
 
834
        }
 
835
        image {
 
836
            function        = FLAT_BOX
 
837
            recolorable     = TRUE
 
838
            detail          = "selected"
 
839
            file            = "text_selected.png"
 
840
            border          = { 2, 2, 2, 2 }
 
841
            stretch         = TRUE
 
842
        }
 
843
        image {
 
844
            function        = FLAT_BOX
 
845
            recolorable     = TRUE
 
846
            state           = INSENSITIVE
 
847
            detail          = "text"
 
848
            file            = "text_insensitive.png"
 
849
            border          = { 2, 2, 2, 2 }
 
850
            stretch         = TRUE
 
851
        }
 
852
        image {
 
853
            function        = FLAT_BOX
 
854
            recolorable     = TRUE
 
855
            detail          = "text"
 
856
            file            = "text_selected.png"
 
857
            border          = { 2, 2, 2, 2 }
 
858
            stretch         = TRUE
 
859
        }
 
860
        image {
 
861
            function        = FLAT_BOX
 
862
            recolorable     = TRUE
 
863
            detail          = "viewportbin"
 
864
            file            = "background.png"
 
865
            stretch         = FALSE
 
866
        }
 
867
 
 
868
        ############################################
 
869
        # Arrows 
 
870
        ############################################
 
871
 
 
872
        image {
 
873
            function        = ARROW
 
874
            recolorable     = TRUE
 
875
            state           = NORMAL
 
876
            overlay_file    = "arrow_up_normal.png"
 
877
            overlay_stretch = FALSE
 
878
            arrow_direction = UP
 
879
        }
 
880
        image {
 
881
            function        = ARROW
 
882
            recolorable     = TRUE
 
883
            state           = PRELIGHT
 
884
            overlay_file    = "arrow_up_normal.png"
 
885
            overlay_stretch = FALSE
 
886
            arrow_direction = UP
 
887
        }
 
888
        image {
 
889
            function        = ARROW
 
890
            recolorable     = TRUE
 
891
            shadow          = IN
 
892
            overlay_file    = "arrow_up_clicked.png"
 
893
            overlay_stretch = FALSE
 
894
            arrow_direction = UP
 
895
        }
 
896
        image {
 
897
            function        = ARROW
 
898
            recolorable     = TRUE
 
899
            state           = INSENSITIVE
 
900
            overlay_file    = "arrow_up_insensitive.png"
 
901
            overlay_stretch = FALSE
 
902
            arrow_direction = UP
 
903
        }
 
904
        image {
 
905
            function        = ARROW
 
906
            recolorable     = TRUE
 
907
            state           = NORMAL
 
908
            overlay_file    = "arrow_down_normal.png"
 
909
            overlay_stretch = FALSE
 
910
            arrow_direction = DOWN
 
911
        }
 
912
        image {
 
913
            function        = ARROW
 
914
            recolorable     = TRUE
 
915
            state           = PRELIGHT
 
916
            overlay_file    = "arrow_down_normal.png"
 
917
            overlay_stretch = FALSE
 
918
            arrow_direction = DOWN
 
919
        }
 
920
        image {
 
921
            function        = ARROW
 
922
            recolorable     = TRUE
 
923
            shadow          = IN
 
924
            overlay_file    = "arrow_down_clicked.png"
 
925
            overlay_stretch = FALSE
 
926
            arrow_direction = DOWN
 
927
        }
 
928
        image {
 
929
            function        = ARROW
 
930
            recolorable     = TRUE
 
931
            state           = INSENSITIVE
 
932
            overlay_file    = "arrow_down_insensitive.png"
 
933
            overlay_stretch = FALSE
 
934
            arrow_direction = DOWN
 
935
        }
 
936
        image {
 
937
            function        = ARROW
 
938
            recolorable     = TRUE
 
939
            state           = NORMAL
 
940
            overlay_file    = "arrow_left_normal.png"
 
941
            overlay_stretch = FALSE
 
942
            arrow_direction = LEFT
 
943
        }
 
944
        image {
 
945
            function        = ARROW
 
946
            recolorable     = TRUE
 
947
            state           = PRELIGHT
 
948
            overlay_file    = "arrow_left_normal.png"
 
949
            overlay_stretch = FALSE
 
950
            arrow_direction = LEFT
 
951
        }
 
952
        image {
 
953
            function        = ARROW
 
954
            recolorable     = TRUE
 
955
            shadow          = IN
 
956
            overlay_file    = "arrow_left_clicked.png"
 
957
            overlay_stretch = FALSE
 
958
            arrow_direction = LEFT
 
959
        }
 
960
        image {
 
961
            function        = ARROW
 
962
            recolorable     = TRUE
 
963
            state           = INSENSITIVE
 
964
            overlay_file    = "arrow_left_insensitive.png"
 
965
            overlay_stretch = FALSE
 
966
            arrow_direction = LEFT
 
967
        }
 
968
        image {
 
969
            function        = ARROW
 
970
            recolorable     = TRUE
 
971
            state           = NORMAL
 
972
            overlay_file    = "arrow_right_normal.png"
 
973
            overlay_stretch = FALSE
 
974
            arrow_direction = RIGHT
 
975
        }
 
976
        image {
 
977
            function        = ARROW
 
978
            recolorable     = TRUE
 
979
            state           = PRELIGHT
 
980
            overlay_file    = "arrow_right_normal.png"
 
981
            overlay_stretch = FALSE
 
982
            arrow_direction = RIGHT
 
983
        }
 
984
        image {
 
985
            function        = ARROW
 
986
            recolorable     = TRUE
 
987
            shadow          = IN
 
988
            overlay_file    = "arrow_right_clicked.png"
 
989
            overlay_stretch = FALSE
 
990
            arrow_direction = RIGHT
 
991
        }
 
992
        image {
 
993
            function        = ARROW
 
994
            recolorable     = TRUE
 
995
            state           = INSENSITIVE
 
996
            overlay_file    = "arrow_right_insensitive.png"
 
997
            overlay_stretch = FALSE
 
998
            arrow_direction = RIGHT
 
999
        }
 
1000
 
 
1001
        ############################################
 
1002
        # Hline and Vline Widgets 
 
1003
        ############################################
 
1004
 
 
1005
        image {
 
1006
            function        = HLINE
 
1007
            recolorable     = TRUE
 
1008
            file            = "horizontal_line.png"
 
1009
            border          = { 0, 0, 1, 1 }
 
1010
            stretch         = TRUE
 
1011
        }
 
1012
        image {
 
1013
            function        = VLINE
 
1014
            recolorable     = TRUE
 
1015
            file            = "vertical_line.png"
 
1016
            border          = { 1, 1, 0, 0 }
 
1017
            stretch         = TRUE
 
1018
        }
 
1019
 
 
1020
        ############################################
 
1021
        # Check Marks 
 
1022
        ############################################
 
1023
 
 
1024
        image {
 
1025
            function        = CHECK
 
1026
            recolorable     = TRUE
 
1027
            shadow          = OUT
 
1028
            overlay_file    = "check_out.png"
 
1029
            overlay_stretch = FALSE
 
1030
        }
 
1031
        image {
 
1032
            function        = CHECK
 
1033
            recolorable     = TRUE
 
1034
            shadow          = IN
 
1035
            overlay_file    = "check_in.png"
 
1036
            overlay_stretch = FALSE
 
1037
        }
 
1038
 
 
1039
        ############################################
 
1040
        # Option Marks 
 
1041
        ############################################
 
1042
 
 
1043
        image {
 
1044
            function        = OPTION
 
1045
            recolorable     = TRUE
 
1046
            shadow          = OUT
 
1047
            overlay_file    = "option_out.png"
 
1048
            overlay_border  = { 0, 0, 0, 0 }
 
1049
            overlay_stretch = FALSE
 
1050
        }
 
1051
        image {
 
1052
            function        = OPTION
 
1053
            recolorable     = TRUE
 
1054
            shadow          = IN
 
1055
            overlay_file    = "option_in.png"
 
1056
            overlay_border  = { 0, 0, 0, 0 }
 
1057
            overlay_stretch = FALSE
 
1058
        }
 
1059
 
 
1060
        ############################################
 
1061
        # The background for entry widgets
 
1062
        ############################################
 
1063
 
 
1064
        image {
 
1065
            function        = FLAT_BOX
 
1066
            recolorable     = TRUE
 
1067
            state           = INSENSITIVE
 
1068
            detail          = "entry_bg"
 
1069
            file            = "entry_bg.png"
 
1070
            border          = { 2, 2, 2, 2 }
 
1071
            stretch         = TRUE
 
1072
        }
 
1073
        image {
 
1074
            function        = FLAT_BOX
 
1075
            recolorable     = TRUE
 
1076
            detail          = "entry_bg"
 
1077
            file            = "entry_bg.png"
 
1078
            border          = { 2, 2, 2, 2 }
 
1079
            stretch         = TRUE
 
1080
        }
 
1081
 
 
1082
        ############################################
 
1083
        # How to draw shadows in general 
 
1084
        ############################################
 
1085
 
 
1086
        image {
 
1087
            function        = SHADOW
 
1088
            recolorable     = TRUE
 
1089
            shadow          = IN
 
1090
            file            = "shadow_in.png"
 
1091
            border          = { 1, 1, 1, 1 }
 
1092
            stretch         = TRUE
 
1093
        }
 
1094
        image {
 
1095
            function        = SHADOW
 
1096
            recolorable     = TRUE
 
1097
            shadow          = OUT
 
1098
            file            = "shadow_out.png"
 
1099
            border          = { 1, 1, 1, 1 }
 
1100
            stretch         = TRUE
 
1101
        }
 
1102
        image {
 
1103
            function        = SHADOW
 
1104
            recolorable     = TRUE
 
1105
            shadow          = ETCHED_IN
 
1106
            file            = "etched.png"
 
1107
            border          = { 2, 2, 2, 2 }
 
1108
            stretch         = TRUE
 
1109
        }
 
1110
        image {
 
1111
            function        = SHADOW
 
1112
            recolorable     = TRUE
 
1113
            shadow          = ETCHED_OUT
 
1114
            file            = "etched.png"
 
1115
            border          = { 2, 2, 2, 2 }
 
1116
            stretch         = TRUE
 
1117
        }
 
1118
 
 
1119
        ############################################
 
1120
        # How to draw shadows with a gap on one side 
 
1121
        ############################################
 
1122
 
 
1123
        image {
 
1124
            function        = SHADOW_GAP
 
1125
            recolorable     = TRUE
 
1126
            overlay_file    = "frame_gap.png"
 
1127
            overlay_border  = { 2, 2, 2, 2 }
 
1128
            overlay_stretch = FALSE
 
1129
            gap_start_file  = "frame_gap_top_start.png"
 
1130
            gap_start_border= { 0, 0, 1, 1 }
 
1131
            gap_end_file    = "frame_gap_top_end.png"
 
1132
            gap_end_border  = { 0, 2, 1, 1 }
 
1133
            gap_side        = TOP
 
1134
        }
 
1135
 
 
1136
    }
 
1137
}
 
1138
 
 
1139
class "GtkWidget" style "Default"