~murrine-themes-team/murrine-themes/trunk

« back to all changes in this revision

Viewing changes to Tech/metacity-1/metacity-theme-1.xml

  • Committer: Luca Forina
  • Date: 2008-12-20 21:45:38 UTC
  • Revision ID: rocksolid@fastwebnet.it-20081220214538-7ut4n5e8s51ufzm8
updated Edge and Tech themes

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
 
123
123
<draw_ops name="corners_highlight">
124
124
        <!-- ** corner highlight for left top ** -->
125
 
        <line color="shade/gtk:bg[SELECTED]/1.14" x1="2" y1="3" x2="2" y2="4"/>
126
 
        <line color="shade/gtk:bg[SELECTED]/1.14" x1="3" y1="2" x2="4" y2="2"/>
 
125
        <line color="shade/gtk:bg[SELECTED]/1.4" x1="2" y1="3" x2="2" y2="4"/>
 
126
        <line color="shade/gtk:bg[SELECTED]/1.4" x1="3" y1="2" x2="4" y2="2"/>
127
127
 
128
128
        <!-- ** corner highlight for right top ** -->
129
129
        <line color="shade/gtk:bg[SELECTED]/0.92" x1="width-3" y1="3" x2="width-3" y2="4"/>
140
140
 
141
141
<draw_ops name="corners_highlight_unfocused">
142
142
        <!-- ** corner highlight for left top ** -->
143
 
        <line color="shade/gtk:bg[SELECTED]/1.14" x1="2" y1="3" x2="2" y2="4"/>
144
 
        <line color="shade/gtk:bg[SELECTED]/1.14" x1="3" y1="2" x2="4" y2="2"/>
 
143
        <line color="shade/gtk:bg[SELECTED]/1.4" x1="2" y1="3" x2="2" y2="4"/>
 
144
        <line color="shade/gtk:bg[SELECTED]/1.4" x1="3" y1="2" x2="4" y2="2"/>
145
145
 
146
146
        <!-- ** corner highlight for right top ** -->
147
147
        <line color="shade/gtk:bg[SELECTED]/0.92" x1="width-3" y1="3" x2="width-3" y2="4"/>
158
158
 
159
159
<draw_ops name="corners_highlight_shaded">
160
160
        <!-- ** corner highlight for left top ** -->
161
 
        <line color="shade/gtk:bg[SELECTED]/1.14" x1="2" y1="3" x2="2" y2="4"/>
162
 
        <line color="shade/gtk:bg[SELECTED]/1.14" x1="3" y1="2" x2="4" y2="2"/>
 
161
        <line color="shade/gtk:bg[SELECTED]/1.4" x1="2" y1="3" x2="2" y2="4"/>
 
162
        <line color="shade/gtk:bg[SELECTED]/1.4" x1="3" y1="2" x2="4" y2="2"/>
163
163
 
164
164
        <!-- ** corner highlight for right top ** -->
165
165
        <line color="shade/gtk:bg[SELECTED]/0.92" x1="width-3" y1="3" x2="width-3" y2="4"/>
176
176
 
177
177
<draw_ops name="corners_highlight_shaded_unfocused">
178
178
        <!-- ** corner highlight for left top ** -->
179
 
        <line color="shade/gtk:bg[SELECTED]/1.14" x1="2" y1="3" x2="2" y2="4"/>
180
 
        <line color="shade/gtk:bg[SELECTED]/1.14" x1="3" y1="2" x2="4" y2="2"/>
 
179
        <line color="shade/gtk:bg[SELECTED]/1.4" x1="2" y1="3" x2="2" y2="4"/>
 
180
        <line color="shade/gtk:bg[SELECTED]/1.4" x1="3" y1="2" x2="4" y2="2"/>
181
181
 
182
182
        <!-- ** corner highlight for right top ** -->
183
183
        <line color="shade/gtk:bg[SELECTED]/0.92" x1="width-3" y1="3" x2="width-3" y2="4"/>
200
200
<draw_ops name="bevel">
201
201
        <include name="window_bg"/>
202
202
        <line color="shade/gtk:bg[SELECTED]/0.9" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
203
 
        <line color="shade/gtk:bg[SELECTED]/0.9" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/>
204
 
        <line color="shade/gtk:bg[SELECTED]/1.3" x1="1" y1="1" x2="width - 2" y2="1"/>
205
 
        <line color="shade/gtk:bg[SELECTED]/1.12" x1="1" y1="2" x2="1" y2="height - 2"/>
 
203
        <line color="shade/gtk:bg[SELECTED]/1.0" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/>
 
204
        <line color="shade/gtk:bg[SELECTED]/1.5" x1="1" y1="1" x2="width - 2" y2="1"/>
 
205
        <line color="shade/gtk:bg[SELECTED]/1.15" x1="1" y1="2" x2="1" y2="height - 2"/>
206
206
 
207
207
        <!-- ** fancy gradient ** -->
208
208
        <gradient type="vertical" x="2" y="top_height/2" width="width-4" height="top_height/2-1">
209
 
                <color value="shade/gtk:bg[SELECTED]/1.025"/>
 
209
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
210
210
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
211
211
        </gradient>
212
212
        <gradient type="vertical" x="2" y="2" width="width-4" height="top_height/2-2">
213
 
                <color value="shade/gtk:bg[SELECTED]/1.13"/>
214
 
                <color value="shade/gtk:bg[SELECTED]/1.025"/>
 
213
                <color value="shade/gtk:bg[SELECTED]/1.3"/>
 
214
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
215
215
        </gradient>
216
216
 
217
217
        <!-- ** border outline ** -->
218
 
        <rectangle color="shade/gtk:bg[SELECTED]/0.85" filled="false" x="0" y="0" width="width - 1" height="height - 1"/>
 
218
        <rectangle color="shade/gtk:bg[SELECTED]/0.95" filled="false" x="0" y="0" width="width - 1" height="height - 1"/>
219
219
</draw_ops>
220
220
 
221
221
<draw_ops name="bevel_maximized">
226
226
 
227
227
        <!-- ** fancy gradient ** -->
228
228
        <gradient type="vertical" x="0" y="top_height/2" width="width" height="top_height/2-1">
229
 
                <color value="shade/gtk:bg[SELECTED]/1.025"/>
 
229
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
230
230
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
231
231
        </gradient>
232
232
        <gradient type="vertical" x="0" y="1" width="width" height="top_height/2-1">
233
 
                <color value="shade/gtk:bg[SELECTED]/1.13"/>
234
 
                <color value="shade/gtk:bg[SELECTED]/1.025"/>
 
233
                <color value="shade/gtk:bg[SELECTED]/1.3"/>
 
234
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
235
235
        </gradient>
236
236
 
237
237
        <line color="gtk:bg[SELECTED]" x1="0" y1="title_height + 6" x2="width" y2="title_height + 6"/>
262
262
        <include name="window_bg"/>
263
263
 
264
264
        <line color="shade/gtk:bg[SELECTED]/0.9" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
265
 
        <line color="shade/gtk:bg[SELECTED]/0.9" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/>
266
 
        <line color="shade/gtk:bg[SELECTED]/1.24" x1="1" y1="1" x2="width - 2" y2="1"/>
267
 
        <line color="shade/gtk:bg[SELECTED]/1.12" x1="1" y1="2" x2="1" y2="height - 2"/>
 
265
        <line color="shade/gtk:bg[SELECTED]/1.0" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/>
 
266
        <line color="shade/gtk:bg[SELECTED]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/>
 
267
        <line color="shade/gtk:bg[SELECTED]/1.1" x1="1" y1="2" x2="1" y2="height - 2"/>
268
268
 
269
269
        <!-- ** fancy gradient ** -->
270
270
        <gradient type="vertical" x="2" y="top_height/2" width="width-4" height="top_height/2-1">
271
 
                <color value="shade/gtk:bg[SELECTED]/1.025"/>
 
271
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
272
272
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
273
273
        </gradient>
274
274
        <gradient type="vertical" x="2" y="2" width="width-4" height="top_height/2-2">
275
 
                <color value="shade/gtk:bg[SELECTED]/1.13"/>
276
 
                <color value="shade/gtk:bg[SELECTED]/1.025"/>
 
275
                <color value="shade/gtk:bg[SELECTED]/1.3"/>
 
276
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
277
277
        </gradient>
278
278
 
279
279
        <!-- ** border outline ** -->
280
 
        <rectangle color="shade/gtk:bg[SELECTED]/0.85" filled="false" x="0" y="0" width="width - 1" height="height - 1"/>
 
280
        <rectangle color="shade/gtk:bg[SELECTED]/0.95" filled="false" x="0" y="0" width="width - 1" height="height - 1"/>
281
281
</draw_ops>
282
282
 
283
283
<draw_ops name="bevel_maximized_unfocused">
288
288
 
289
289
        <!-- ** fancy gradient ** -->
290
290
        <gradient type="vertical" x="0" y="top_height/2" width="width" height="top_height/2-1">
291
 
                <color value="shade/gtk:bg[SELECTED]/1.025"/>
 
291
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
292
292
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
293
293
        </gradient>
294
294
        <gradient type="vertical" x="0" y="1" width="width" height="top_height/2-1">
295
 
                <color value="shade/gtk:bg[SELECTED]/1.13"/>
296
 
                <color value="shade/gtk:bg[SELECTED]/1.025"/>
 
295
                <color value="shade/gtk:bg[SELECTED]/1.3"/>
 
296
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
297
297
        </gradient>
298
298
</draw_ops>
299
299
 
342
342
<!-- ::: BUTTONS ::: -->
343
343
<draw_ops name="button_bg">
344
344
        <!-- inset -->
345
 
        <line color="shade/gtk:bg[SELECTED]/0.99" x1="2" y1="1" x2="width-3" y2="1"/>
346
 
        <line color="shade/gtk:bg[SELECTED]/0.98" x1="1" y1="2" x2="width-2" y2="2"/>
 
345
 
347
346
 
348
347
        <line color="shade/gtk:bg[SELECTED]/1.06" x1="2" y1="height-1" x2="width-3" y2="height-1"/>
349
348
        <line color="shade/gtk:bg[SELECTED]/1.03" x1="1" y1="height-2" x2="width-2" y2="height-2"/>
354
353
        <line color="shade/gtk:bg[SELECTED]/1.06" x1="1" y1="height-3" x2="width-2" y2="height-3"/>
355
354
 
356
355
        <!-- border outline -->
357
 
        <line color="shade/gtk:bg[SELECTED]/0.70" x1="3" y1="1" x2="width-4" y2="1"/>
358
 
        <line color="shade/gtk:bg[SELECTED]/0.70" x1="3" y1="height-2" x2="width-4" y2="height-2"/>
359
 
        <line color="shade/gtk:bg[SELECTED]/0.70" x1="1" y1="3" x2="1" y2="height-4"/>
360
 
        <line color="shade/gtk:bg[SELECTED]/0.70" x1="width-2" y1="3" x2="width-2" y2="height-4"/>
 
356
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="3" y1="1" x2="width-4" y2="1"/>
 
357
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="3" y1="height-2" x2="width-4" y2="height-2"/>
 
358
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="1" y1="3" x2="1" y2="height-4"/>
 
359
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="width-2" y1="3" x2="width-2" y2="height-4"/>
361
360
 
362
 
        <line color="shade/gtk:bg[SELECTED]/0.70" x1="2" y1="2" x2="width-3" y2="2"/>
363
 
        <line color="shade/gtk:bg[SELECTED]/0.70" x1="2" y1="height-3" x2="width-3" y2="height-3"/>
 
361
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="2" y1="2" x2="width-3" y2="2"/>
 
362
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="2" y1="height-3" x2="width-3" y2="height-3"/>
364
363
 
365
364
        <!-- border smooth effect -->
366
365
        <line color="shade/gtk:bg[SELECTED]/1.01" x1="3" y1="2" x2="width-4" y2="2"/>
375
374
 
376
375
        <!-- fill gradient -->
377
376
        <gradient type="vertical" x="3" y="3" width="width-6" height="(height)/2-1">
378
 
                <color value="shade/gtk:bg[SELECTED]/1.12"/>
379
 
                <color value="shade/gtk:bg[SELECTED]/1.02"/>
 
377
                <color value="shade/gtk:bg[SELECTED]/1.3"/>
 
378
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
380
379
        </gradient>
381
380
        <gradient type="vertical" x="3" y="(height)/2" width="width-6" height="(height)/2-2">
382
381
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
390
389
 
391
390
<draw_ops name="button_bg_unfocused">
392
391
        <!-- inset -->
393
 
        <line color="shade/gtk:bg[SELECTED]/0.89" x1="2" y1="1" x2="width-3" y2="1"/>
394
 
        <line color="shade/gtk:bg[SELECTED]/0.88" x1="1" y1="2" x2="width-2" y2="2"/>
 
392
 
395
393
 
396
394
        <line color="shade/gtk:bg[SELECTED]/1.06" x1="2" y1="height-1" x2="width-3" y2="height-1"/>
397
395
        <line color="shade/gtk:bg[SELECTED]/1.03" x1="1" y1="height-2" x2="width-2" y2="height-2"/>
402
400
        <line color="shade/gtk:bg[SELECTED]/1.06" x1="1" y1="height-3" x2="width-2" y2="height-3"/>
403
401
 
404
402
        <!-- border outline -->
405
 
        <line color="shade/gtk:bg[SELECTED]/0.70" x1="3" y1="1" x2="width-4" y2="1"/>
406
 
        <line color="shade/gtk:bg[SELECTED]/0.70" x1="3" y1="height-2" x2="width-4" y2="height-2"/>
407
 
        <line color="shade/gtk:bg[SELECTED]/0.70" x1="1" y1="3" x2="1" y2="height-4"/>
408
 
        <line color="shade/gtk:bg[SELECTED]/0.70" x1="width-2" y1="3" x2="width-2" y2="height-4"/>
 
403
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="3" y1="1" x2="width-4" y2="1"/>
 
404
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="3" y1="height-2" x2="width-4" y2="height-2"/>
 
405
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="1" y1="3" x2="1" y2="height-4"/>
 
406
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="width-2" y1="3" x2="width-2" y2="height-4"/>
409
407
 
410
 
        <line color="shade/gtk:bg[SELECTED]/0.60" x1="2" y1="2" x2="width-3" y2="2"/>
411
 
        <line color="shade/gtk:bg[SELECTED]/0.60" x1="2" y1="height-3" x2="width-3" y2="height-3"/>
 
408
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="2" y1="2" x2="width-3" y2="2"/>
 
409
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="2" y1="height-3" x2="width-3" y2="height-3"/>
412
410
 
413
411
        <!-- border smooth effect -->
414
412
        <line color="shade/gtk:bg[SELECTED]/1.01" x1="3" y1="2" x2="width-4" y2="2"/>
423
421
 
424
422
        <!-- fill gradient -->
425
423
        <gradient type="vertical" x="3" y="3" width="width-6" height="(height)/2-1">
426
 
                <color value="shade/gtk:bg[SELECTED]/1.12"/>
427
 
                <color value="shade/gtk:bg[SELECTED]/1.02"/>
 
424
                <color value="shade/gtk:bg[SELECTED]/1.3"/>
 
425
                <color value="shade/gtk:bg[SELECTED]/1.0"/>
428
426
        </gradient>
429
427
        <gradient type="vertical" x="3" y="(height)/2" width="width-6" height="(height)/2-2">
430
428
                <color value="shade/gtk:bg[SELECTED]/1.00"/>
456
454
        <line color="shade/gtk:bg[SELECTED]/1.0" x1="3" y1="height-1" x2="width-4" y2="height-1"/>
457
455
 
458
456
        <!-- border outline -->
459
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="3" y1="1" x2="width-4" y2="1"/>
460
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="3" y1="height-2" x2="width-4" y2="height-2"/>
461
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="1" y1="3" x2="1" y2="height-4"/>
462
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="width-2" y1="3" x2="width-2" y2="height-4"/>
 
457
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="3" y1="1" x2="width-4" y2="1"/>
 
458
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="3" y1="height-2" x2="width-4" y2="height-2"/>
 
459
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="1" y1="3" x2="1" y2="height-4"/>
 
460
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="width-2" y1="3" x2="width-2" y2="height-4"/>
463
461
 
464
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="2" y1="2" x2="width-3" y2="2"/>
465
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="2" y1="height-3" x2="width-3" y2="height-3"/>
 
462
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="2" y1="2" x2="width-3" y2="2"/>
 
463
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="2" y1="height-3" x2="width-3" y2="height-3"/>
466
464
 
467
465
        <!-- inside shadow -->
468
466
        <line color="shade/gtk:bg[SELECTED]/0.9" x1="3" y1="2" x2="width-4" y2="2"/>
497
495
        <line color="shade/gtk:bg[SELECTED]/1.05" x1="3" y1="height-1" x2="width-4" y2="height-1"/>
498
496
 
499
497
        <!-- border outline -->
500
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="3" y1="1" x2="width-4" y2="1"/>
501
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="3" y1="height-2" x2="width-4" y2="height-2"/>
502
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="1" y1="3" x2="1" y2="height-4"/>
503
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="width-2" y1="3" x2="width-2" y2="height-4"/>
504
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="2" y1="2" x2="width-3" y2="2"/>
505
 
        <line color="shade/gtk:bg[SELECTED]/0.55" x1="2" y1="height-3" x2="width-3" y2="height-3"/>
 
498
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="3" y1="1" x2="width-4" y2="1"/>
 
499
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="3" y1="height-2" x2="width-4" y2="height-2"/>
 
500
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="1" y1="3" x2="1" y2="height-4"/>
 
501
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="width-2" y1="3" x2="width-2" y2="height-4"/>
 
502
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="2" y1="2" x2="width-3" y2="2"/>
 
503
        <line color="shade/gtk:bg[SELECTED]/0.75" x1="2" y1="height-3" x2="width-3" y2="height-3"/>
506
504
 
507
505
        <!-- inside shadow -->
508
506
        <line color="shade/gtk:bg[SELECTED]/0.8" x1="3" y1="2" x2="width-4" y2="2"/>