This file is indexed.

/usr/share/themes/Bluebird/metacity-1/metacity-theme-2.xml is in murrine-themes 0.98.8.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
<?xml version="1.0"?>
<metacity_theme>
<!-- NOTE: this theme implementation differs slightly from the original as it has slimmer borders (1px instead of original 2px)
           in dialog windows. If you wish to revert to the original style, please follow instructions at the bottom of this file. -->

<info>
    <name>Bluebird</name>
    <author>Oleg Olegovich</author>
    <date>23 March 2011</date>
    <copyright>Shimmer Project, 2011</copyright>
    <description>A port of Bluebird xfwm4 theme from the Shimmer project (http://shimmerproject.org/projects/bluebird/).</description>
</info>

<!-- You can change the following constants rather freely to modify the theme appearance. -->

<!-- If value of TitleCentered is 1, then title will be centered, if it is 0, it will be left-aligned.
     Please *do not specify* other values, such as TRUE etc. -->
<constant name="TitleCentered" value="1"/>
<!-- Padding between title and the left button if TitleCentered is 0, ignored if TitleCentered is 1. -->
<constant name="TitleLeftPadding" value="8"/>

<!-- Padding on top and bottom of window buttons (titlebar height is ButtonSize + 2*ButtonBorder) -->
<constant name="ButtonBorder" value="4"/>
<!-- Padding on top and bottom of utility window buttons -->
<constant name="ButtonBorderUtility" value="1"/>
<!-- Padding on left and right of window buttons (note that *real* spacing between two buttons is 2*ButtonSpacing) -->
<constant name="ButtonSpacing" value="1"/>

<!-- Color of title of focused windows -->
<constant name="FocusedTitleColor" value="#F1F1F1"/>
<!-- Color of title of unfocused windows -->
<constant name="UnfocusedTitleColor" value="#93ADC9"/>

<!-- Color of outer part of border of all windows -->
<constant name="OuterBevel" value="#385B80"/>
<!-- Color of inner part of border of focused normal windows -->
<constant name="InnerBevelFocused" value="#5F9BD9"/>
<!-- Color of inner part of border of unfocused normal windows -->
<constant name="InnerBevelUnfocused" value="#4E7AA7"/>

<constant name="TitleTopFocused" value="#5C88B7"/>
<constant name="TitleBottomFocused" value="#4E7AA9"/>

<constant name="TopOuterBevelUnfocused" value="#67829E"/>
<constant name="TitleTopUnfocused" value="#7294B7"/>
<constant name="TitleBottomUnfocused" value="#4E7AA7"/>

<frame_geometry name="normal" rounded_top_left="1" rounded_top_right="1">
  <distance name="left_width" value="2"/>
  <distance name="right_width" value="2"/>
  <distance name="bottom_height" value="2"/>
  <!-- This padding is required only for buttons -->
  <distance name="left_titlebar_edge" value="4"/>
  <distance name="right_titlebar_edge" value="4"/>
  <distance name="button_width" value="16"/>
  <distance name="button_height" value="16"/>
  <distance name="title_vertical_pad" value="0"/>
  <border name="title_border" left="0" right="0" top="0" bottom="0"/>
  <border name="button_border" left="ButtonSpacing" right="ButtonSpacing" top="ButtonBorder" bottom="ButtonBorder"/>
</frame_geometry>

<frame_geometry name="maximized" rounded_top_left="0" rounded_top_right="0" parent="normal">
  <distance name="left_width" value="0"/>
  <distance name="right_width" value="0"/>
  <distance name="bottom_height" value="0"/>
</frame_geometry>

<frame_geometry name="dialog" rounded_top_left="1" rounded_top_right="1" parent="normal">
  <distance name="left_width" value="1"/>
  <distance name="right_width" value="1"/>
  <distance name="bottom_height" value="1"/>
</frame_geometry>

<frame_geometry name="utility" title_scale="small" rounded_top_left="1" rounded_top_right="1" parent="dialog">
  <distance name="left_titlebar_edge" value="0"/>
  <distance name="right_titlebar_edge" value="0"/>
  <border name="button_border" left="ButtonSpacing" right="ButtonSpacing" top="ButtonBorderUtility" bottom="ButtonBorderUtility"/>
</frame_geometry>

<frame_geometry name="border" has_title="false" rounded_top_left="0" rounded_top_right="0" parent="dialog">
  <distance name="left_titlebar_edge" value="0"/>
  <distance name="right_titlebar_edge" value="0"/>
  <distance name="button_width" value="0"/>
  <distance name="button_height" value="0"/>
  <distance name="title_vertical_pad" value="1"/>
  <border name="button_border" left="0" right="0" top="0" bottom="0"/>
</frame_geometry>

<!-- Title text -->

<draw_ops name="title_focused">
  <title color="FocusedTitleColor" x="TitleCentered*((width-title_width)/2 `max` 0) + (1-TitleCentered)*TitleLeftPadding"
  	    y="1 + ((height - title_height)/2 `max` 0)"/>
</draw_ops>

<draw_ops name="title_unfocused">
  <title color="UnfocusedTitleColor"  x="TitleCentered*((width-title_width)/2 `max` 0) + (1-TitleCentered)*TitleLeftPadding"
        y="1 + ((height - title_height)/2 `max` 0)"/>
</draw_ops>

<!-- Buttons -->

<draw_ops name="close_button_focused">
  <image filename="close-active.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="close_button_prelight">
  <image filename="close-prelight.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="close_button_pressed">
  <image filename="close-pressed.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="close_button_unfocused">
  <image filename="close-inactive.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="minimize_button_focused">
  <image filename="hide-active.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="minimize_button_prelight">
  <image filename="hide-prelight.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="minimize_button_pressed">
  <image filename="hide-pressed.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="minimize_button_unfocused">
  <image filename="hide-inactive.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="maximize_button_focused">
  <image filename="maximize-active.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="maximize_button_prelight">
  <image filename="maximize-prelight.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="maximize_button_pressed">
  <image filename="maximize-pressed.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="maximize_button_unfocused">
  <image filename="maximize-inactive.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="menu_button_focused">
  <image filename="menu-active.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="menu_button_pressed">
  <image filename="menu-pressed.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="menu_button_unfocused">
  <image filename="menu-inactive.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="shade_button_focused">
  <image filename="shade-active.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="shade_button_prelight">
  <image filename="shade-prelight.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="shade_button_pressed">
  <image filename="shade-pressed.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="shade_button_unfocused">
  <image filename="shade-inactive.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="unshade_button_focused">
  <image filename="shade-toggled-active.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="unshade_button_prelight">
  <image filename="shade-toggled-prelight.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="unshade_button_pressed">
  <image filename="shade-toggled-pressed.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="unshade_button_unfocused">
  <image filename="shade-toggled-inactive.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="stick_button_focused">
  <image filename="stick-active.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="stick_button_prelight">
  <image filename="stick-prelight.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="stick_button_pressed">
  <image filename="stick-pressed.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="stick_button_unfocused">
  <image filename="stick-inactive.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="unstick_button_focused">
  <image filename="stick-toggled-active.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="unstick_button_prelight">
  <image filename="stick-toggled-prelight.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="unstick_button_pressed">
  <image filename="stick-toggled-pressed.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="unstick_button_unfocused">
  <image filename="stick-toggled-inactive.xpm" x="1" y="1" width="object_width" height="object_height"/>
</draw_ops>

<draw_ops name="empty"/>

<!-- Frame -->

<draw_ops name="left_edge_focused">
  <line color="OuterBevel" x1="0" y1="0" x2="0" y2="height-1"/>
  <line color="InnerBevelFocused" x1="1" y1="0" x2="1" y2="height-1"/>
</draw_ops>

<draw_ops name="left_edge_unfocused">
  <line color="OuterBevel" x1="0" y1="0" x2="0" y2="height-1"/>
  <line color="InnerBevelUnfocused" x1="1" y1="0" x2="1" y2="height-1"/>
</draw_ops>

<draw_ops name="right_edge_focused">
  <line color="InnerBevelFocused" x1="0" y1="0" x2="0" y2="height-1"/>
  <line color="OuterBevel" x1="1" y1="0" x2="1" y2="height-1"/>
</draw_ops>

<draw_ops name="right_edge_unfocused">
  <line color="InnerBevelUnfocused" x1="0" y1="0" x2="0" y2="height-1"/>
  <line color="OuterBevel" x1="1" y1="0" x2="1" y2="height-1"/>
</draw_ops>

<draw_ops name="vertical_edge">
  <line color="OuterBevel" x1="0" y1="0" x2="0" y2="height-1"/>
</draw_ops>

<draw_ops name="bottom_edge_focused">
  <line color="OuterBevel" x1="0" y1="0" x2="1" y2="1"/>
  <line color="OuterBevel" x1="0" y1="1" x2="width-1" y2="1"/>
  <line color="OuterBevel" x1="width-1" y1="0" x2="width-1" y2="1"/>
  <line color="InnerBevelFocused" x1="1" y1="0" x2="width-2" y2="0"/>
</draw_ops>

<draw_ops name="bottom_edge_unfocused">
  <line color="OuterBevel" x1="0" y1="0" x2="1" y2="1"/>
  <line color="OuterBevel" x1="0" y1="1" x2="width-1" y2="1"/>
  <line color="OuterBevel" x1="width-1" y1="0" x2="width-1" y2="1"/>
  <line color="InnerBevelUnfocused" x1="1" y1="0" x2="width-2" y2="0"/>
</draw_ops>

<draw_ops name="horizontal_edge">
  <line color="OuterBevel" x1="0" y1="0" x2="width-1" y2="0"/>
</draw_ops>

<draw_ops name="titlebar_focused">
  <line color="OuterBevel" x1="0" y1="1" x2="0" y2="height-1"/>
  <line color="OuterBevel" x1="1" y1="0" x2="1" y2="1"/>
  <line color="OuterBevel" x1="2" y1="0" x2="width-3" y2="0"/>
  <line color="OuterBevel" x1="width-2" y1="0" x2="width-2" y2="1"/>
  <line color="OuterBevel" x1="width-1" y1="1" x2="width-1" y2="height-1"/>
  
  <line color="InnerBevelFocused" x1="1" y1="2" x2="1" y2="height-1"/>
  <line color="InnerBevelFocused" x1="2" y1="1" x2="width-3" y2="1"/>
  <line color="InnerBevelFocused" x1="width-2" y1="2" x2="width-2" y2="height-1"/>
  <gradient type="vertical" x="2" y="2" width="width-4" height="height-2">
    <color value="TitleTopFocused"/>
    <color value="TitleBottomFocused"/>
  </gradient>
  <!-- NOTE: this draw ops order is intentional as we overwrite two gradient pixels -->
  <line color="InnerBevelFocused" x1="2" y1="2" x2="2" y2="2"/>
  <line color="InnerBevelFocused" x1="width-3" y1="2" x2="width-3" y2="2"/>
</draw_ops>

<draw_ops name="titlebar_unfocused">
  <line color="TopOuterBevelUnfocused" x1="1" y1="0" x2="width-2" y2="0"/>
  <gradient type="vertical" x="0" y="1" width="1" height="height-1">
    <color value="TopOuterBevelUnfocused"/>
    <color value="OuterBevel"/>
  </gradient>
  <gradient type="vertical" x="width-1" y="1" width="1" height="height-1">
    <color value="TopOuterBevelUnfocused"/>
    <color value="OuterBevel"/>
  </gradient>
  <gradient type="vertical" x="1" y="1" width="width-2" height="height-1">
    <color value="TitleTopUnfocused"/>
    <color value="TitleBottomUnfocused"/>
  </gradient>
  <!-- NOTE: this draw ops order is intentional as we overwrite two gradient pixels -->
  <line color="TopOuterBevelUnfocused" x1="1" y1="1" x2="1" y2="1"/>
  <line color="TopOuterBevelUnfocused" x1="width-2" y1="1" x2="width-2" y2="1"/>
</draw_ops>

<draw_ops name="titlebar_maximized_focused">
  <line color="OuterBevel" x1="0" y1="0" x2="width-1" y2="0"/>
  <line color="InnerBevelFocused" x1="0" y1="1" x2="width-1" y2="1"/>
  <gradient type="vertical" x="0" y="2" width="width" height="height-2">
    <color value="TitleTopFocused"/>
    <color value="TitleBottomFocused"/>
  </gradient>
</draw_ops>

<draw_ops name="titlebar_maximized_unfocused">
  <line color="TopOuterBevelUnfocused" x1="0" y1="0" x2="width-1" y2="0"/>
  <gradient type="vertical" x="0" y="1" width="width" height="height-1">
    <color value="TitleTopUnfocused"/>
    <color value="TitleBottomUnfocused"/>
  </gradient>
</draw_ops>

<frame_style name="normal_focused" geometry="normal">
  <piece position="left_edge" draw_ops="left_edge_focused"/>
  <piece position="right_edge" draw_ops="right_edge_focused"/>
  <piece position="bottom_edge" draw_ops="bottom_edge_focused"/>
  <piece position="title" draw_ops="title_focused"/>
  <piece position="titlebar" draw_ops="titlebar_focused"/>

  <button function="close" state="normal" draw_ops="close_button_focused"/>
  <button function="close" state="prelight" draw_ops="close_button_prelight"/>
  <button function="close" state="pressed" draw_ops="close_button_pressed"/>
  <button function="minimize" state="normal" draw_ops="minimize_button_focused"/>
  <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/>
  <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/>
  <button function="maximize" state="normal" draw_ops="maximize_button_focused"/>
  <button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/>
  <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/>
  <button function="menu" state="normal" draw_ops="menu_button_focused"/>
  <button function="menu" state="pressed" draw_ops="menu_button_pressed"/>
  <button function="shade" state="normal" draw_ops="shade_button_focused"/>
  <button function="shade" state="prelight" draw_ops="shade_button_prelight"/>
  <button function="shade" state="pressed" draw_ops="shade_button_pressed"/>
  <button function="unshade" state="normal" draw_ops="unshade_button_focused"/>
  <button function="unshade" state="prelight" draw_ops="unshade_button_prelight"/>
  <button function="unshade" state="pressed" draw_ops="unshade_button_pressed"/>
  <!-- NOTE: unfortunately, the original theme does not specify "above" buttons,
             so we reuse stick button graphics -->
  <button function="above" state="normal" draw_ops="stick_button_focused"/>
  <button function="above" state="prelight" draw_ops="stick_button_prelight"/>
  <button function="above" state="pressed" draw_ops="stick_button_pressed"/>
  <button function="unabove" state="normal" draw_ops="unstick_button_focused"/>
  <button function="unabove" state="prelight" draw_ops="unstick_button_prelight"/>
  <button function="unabove" state="pressed" draw_ops="unstick_button_pressed"/>
  <button function="stick" state="normal" draw_ops="stick_button_focused"/>
  <button function="stick" state="prelight" draw_ops="stick_button_prelight"/>
  <button function="stick" state="pressed" draw_ops="stick_button_pressed"/>
  <button function="unstick" state="normal" draw_ops="unstick_button_focused"/>
  <button function="unstick" state="prelight" draw_ops="unstick_button_prelight"/>
  <button function="unstick" state="pressed" draw_ops="unstick_button_pressed"/>
</frame_style>

<frame_style name="normal_unfocused" geometry="normal" parent="normal_focused">
  <piece position="left_edge" draw_ops="left_edge_unfocused"/>
  <piece position="right_edge" draw_ops="right_edge_unfocused"/>
  <piece position="bottom_edge" draw_ops="bottom_edge_unfocused"/>
  <piece position="title" draw_ops="title_unfocused"/>
  <piece position="titlebar" draw_ops="titlebar_unfocused"/>

  <button function="close" state="normal" draw_ops="close_button_unfocused"/>
  <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/>
  <button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/>
  <button function="menu" state="normal" draw_ops="menu_button_unfocused"/>
  <button function="shade" state="normal" draw_ops="shade_button_unfocused"/>
  <button function="unshade" state="normal" draw_ops="shade_button_unfocused"/>
  <!-- NOTE: see note above -->
  <button function="above" state="normal" draw_ops="stick_button_unfocused"/>
  <button function="unabove" state="normal" draw_ops="unstick_button_unfocused"/>
  <button function="stick" state="normal" draw_ops="stick_button_unfocused"/>
  <button function="unstick" state="normal" draw_ops="unstick_button_unfocused"/>
</frame_style>

<frame_style name="maximized_focused" geometry="maximized" parent="normal_focused">
  <piece position="left_edge" draw_ops="empty"/>
  <piece position="right_edge" draw_ops="empty"/>
  <piece position="bottom_edge" draw_ops="empty"/>
  <piece position="titlebar" draw_ops="titlebar_maximized_focused"/>
</frame_style>

<frame_style name="maximized_unfocused" geometry="maximized" parent="normal_unfocused">
  <piece position="left_edge" draw_ops="empty"/>
  <piece position="right_edge" draw_ops="empty"/>
  <piece position="bottom_edge" draw_ops="empty"/>
  <piece position="titlebar" draw_ops="titlebar_maximized_unfocused"/>
</frame_style>

<frame_style name="dialog_focused" geometry="dialog" parent="normal_focused">
  <piece position="left_edge" draw_ops="vertical_edge"/>
  <piece position="right_edge" draw_ops="vertical_edge"/>
  <piece position="bottom_edge" draw_ops="horizontal_edge"/>
</frame_style>

<frame_style name="dialog_unfocused" geometry="dialog" parent="normal_unfocused">
  <piece position="left_edge" draw_ops="vertical_edge"/>
  <piece position="right_edge" draw_ops="vertical_edge"/>
  <piece position="bottom_edge" draw_ops="horizontal_edge"/>
</frame_style>

<frame_style name="utility_focused" geometry="utility" parent="dialog_focused"/>

<frame_style name="utility_unfocused" geometry="utility" parent="dialog_unfocused"/>

<frame_style name="border_focused" geometry="border" parent="dialog_focused">
  <piece position="title" draw_ops="empty"/>
  <piece position="titlebar" draw_ops="horizontal_edge"/>
</frame_style>

<frame_style name="border_unfocused" geometry="border" parent="dialog_unfocused">
  <piece position="title" draw_ops="empty"/>
  <piece position="titlebar" draw_ops="horizontal_edge"/>
</frame_style>

<frame_style_set name="normal">
  <frame focus="yes" state="normal" resize="both" style="normal_focused"/>
  <frame focus="no" state="normal" resize="both" style="normal_unfocused"/>
  <frame focus="yes" state="maximized" style="maximized_focused"/>
  <frame focus="no" state="maximized" style="maximized_unfocused"/>
  <frame focus="yes" state="shaded" style="normal_focused"/>
  <frame focus="no" state="shaded" style="normal_unfocused"/>
  <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/>
  <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/>
</frame_style_set>

<frame_style_set name="dialog">
  <frame focus="yes" state="normal" resize="both" style="dialog_focused"/>
  <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/>
  <frame focus="yes" state="maximized" style="maximized_focused"/>
  <frame focus="no" state="maximized" style="maximized_unfocused"/>
  <frame focus="yes" state="shaded" style="dialog_focused"/>
  <frame focus="no" state="shaded" style="dialog_unfocused"/>
  <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/>
  <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/>
</frame_style_set>

<frame_style_set name="utility">
  <frame focus="yes" state="normal" resize="both" style="utility_focused"/>
  <frame focus="yes" state="maximized" style="utility_focused"/>
  <frame focus="yes" state="shaded" style="utility_focused"/>
  <frame focus="yes" state="maximized_and_shaded" style="utility_focused"/>
  <frame focus="no" state="normal" resize="both" style="utility_unfocused"/>
  <frame focus="no" state="maximized" style="utility_unfocused"/>
  <frame focus="no" state="shaded" style="utility_unfocused"/>
  <frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/>
</frame_style_set>

<frame_style_set name="border">
  <frame focus="yes" state="normal" resize="both" style="border_focused"/>
  <frame focus="yes" state="maximized" style="border_focused"/>
  <frame focus="yes" state="shaded" style="border_focused"/>
  <frame focus="yes" state="maximized_and_shaded" style="border_focused"/>
  <frame focus="no" state="normal" resize="both" style="border_unfocused"/>
  <frame focus="no" state="maximized" style="border_unfocused"/>
  <frame focus="no" state="shaded" style="border_unfocused"/>
  <frame focus="no" state="maximized_and_shaded" style="border_unfocused"/>
</frame_style_set>

<window type="normal" style_set="normal"/>
<!-- STYLE NOTE: Change "dialog" to "normal" in the two following lines to have 2px borders
     in dialog windows. -->
<window type="dialog" style_set="dialog"/>
<window type="modal_dialog" style_set="dialog"/>
<window type="menu" style_set="utility"/>
<window type="utility" style_set="utility"/>
<window type="border" style_set="border"/>

</metacity_theme>