This file is indexed.

/usr/share/themes/DustBlue/metacity-1/metacity-theme-1.xml is in marco-common 1.8.2+dfsg1-6.

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
<?xml version="1.0"?>

<metacity_theme>
<info>
    <name>Dust-Blue</name>
    <author>Kido Mariano, Rico Sta. Cruz and Modded by DarkAenima</author>
    <copyright>GPL</copyright>
    <date>Jul 28, 2008</date>
    <description>Metacity theme</description>
    <!-- Based on the Elegant Brit theme (though now really far away from it :P) -->
</info>


<!--
    General window layout (geometric stuff)
-->
<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true">
    <distance name="left_width" value="1"/>
    <distance name="right_width" value="1"/>
    <distance name="bottom_height" value="4"/>
    <distance name="left_titlebar_edge" value="2"/>
    <distance name="right_titlebar_edge" value="1"/>
    <distance name="button_width" value="28"/>
    <distance name="button_height" value="20"/>
    <distance name="title_vertical_pad" value="1"/>
    <border name="title_border" left="2" right="2" top="3" bottom="0"/>
    <border name="button_border" left="0" right="0" top="2" bottom="1"/>
</frame_geometry>

<frame_geometry name="frame_geometry_abnormal" title_scale="medium" rounded_top_left="false" rounded_top_right="false">
    <distance name="left_width" value="0"/>
    <distance name="right_width" value="0"/>
    <distance name="bottom_height" value="0"/>
    <distance name="left_titlebar_edge" value="1"/>
    <distance name="right_titlebar_edge" value="2"/>
    <distance name="button_width" value="28"/>
    <distance name="button_height" value="20"/>
    <distance name="title_vertical_pad" value="0"/>
    <border name="title_border" left="0" right="0" top="3" bottom="0"/>
    <border name="button_border" left="0" right="0" top="2" bottom="1"/>
</frame_geometry>



<!--
    Window Title
-->

<draw_ops name="draw_title_text_normal">
    <title x="1" y="(height - title_height) / 2 + 1" color="#2F2E2B"/>
    <title x="0" y="(height - title_height) / 2" color="#FFFFFF"/>
</draw_ops>

<draw_ops name="draw_title_text_inactive">
    <title x="0" y="(height - title_height) / 2" color="#727262"/>
</draw_ops>

<!--
    Construct titlebar from rectangles instead so we can pick up the GTK theme
-->

<draw_ops name="draw_title">
    <!-- Background gradient -->
    <gradient type="vertical" x="0" y="0" width="width+9" height="height">
        <!--<color value="#80594D"/>-->
        <color value="shade/gtk:bg[SELECTED]/0.6"/>
        <color value="shade/gtk:bg[NORMAL]/0.29" />
        <color value="shade/gtk:bg[NORMAL]/0.27" />
        <color value="shade/gtk:bg[NORMAL]/0.25" />
        <color value="shade/gtk:bg[NORMAL]/0.24" />
    </gradient>
    
    <!-- Topmost dark line -->
    <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="width" y1="0" y2="0"/>
    
    <!-- Darkening of the left arch -->
    <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="4" y1="1" y2="1"/>
    <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="2" y1="2" y2="2"/>
    <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="1" y1="3" y2="3"/>
    <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="1" y1="4" y2="4"/>
    <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="0" y1="5" y2="20"/>
    
    <!-- Top highlight -->
    <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->
    <tint color="#ffffff" alpha="0.35" x="5" y="1" width="width - 10" height="1"/> 
    
    <!-- Upper-left highlight -->
    <!-- Draw each pixel one by one. Again, using <tint> for alpha support. -->
    <tint color="#ffffff" alpha="0.30" x="3" y="2"  width="2" height="1"/> 
    <tint color="#ffffff" alpha="0.27" x="2" y="3"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.24" x="2" y="4"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.21" x="1" y="5"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.18" x="1" y="6"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.15" x="1" y="7"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.12" x="1" y="8"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.09" x="1" y="9"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.06" x="1" y="10" width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.03" x="1" y="11" width="1" height="1"/> 
    
    <!-- Upper-right highlight -->
    <!-- Same as above. -->
    <tint color="#ffffff" alpha="0.30" x="width-5" y="2"  width="2" height="1"/> 
    <tint color="#ffffff" alpha="0.27" x="width-3" y="3"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.24" x="width-3" y="4"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.21" x="width-2" y="5"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.18" x="width-2" y="6"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.15" x="width-2" y="7"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.12" x="width-2" y="8"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.09" x="width-2" y="9"  width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.06" x="width-2" y="10" width="1" height="1"/> 
    <tint color="#ffffff" alpha="0.03" x="width-2" y="11" width="1" height="1"/> 
    
</draw_ops>

<draw_ops name="draw_title_inactive">
    <!-- Background gradient -->
    <gradient type="vertical" x="0" y="0" width="width+9" height="height">
        <color value="shade/gtk:bg[NORMAL]/0.27" />
        <color value="shade/gtk:bg[NORMAL]/0.24" />
    </gradient>
        
    <!-- Topmost dark line -->
    <line color="shade/gtk:bg[NORMAL]/0.25" x1="1" x2="width-2" y1="0" y2="0"/>
    <!-- Top highlight -->
    <tint color="#ffffff" alpha="0.2" x="5" y="1" width="width - 10" height="1"/> 
    
    <!-- Lower-left highlight -->
    <line color="shade/gtk:bg[NORMAL]/0.33" x1="3" x2 ="4" y1="2" y2="2" />
    <line color="shade/gtk:bg[NORMAL]/0.32" x1="2" x2 ="2" y1="3" y2="4" />
    
    <!-- Lower-left higlight fade -->
    <gradient type="vertical" x="1" y="5" width="1" height="title_height - 4">
        <color value="shade/gtk:bg[NORMAL]/0.30"/>
        <color value="shade/gtk:bg[NORMAL]/0.25"/>
    </gradient> 
    
    <!-- Upper right highlight -->
    <line color="shade/gtk:bg[NORMAL]/0.30" x1="width-5" x2 ="width-4" y1="2" y2="2" />
    <line color="shade/gtk:bg[NORMAL]/0.30" x1="width-3" x2 ="width-3" y1="3" y2="4" />
    
    <!-- Lower-left higlight fade -->
    <gradient type="vertical" x="width-2" y="5" width="1" height="title_height - 4">
        <color value="shade/gtk:bg[NORMAL]/0.30"/>
        <color value="shade/gtk:bg[NORMAL]/0.25"/>
    </gradient> 
</draw_ops>

<draw_ops name="draw_title_maximized">
    <!-- Background gradient -->
    <gradient type="vertical" x="0" y="0" width="width+9" height="height">
        <!--<color value="#80594D"/>-->
        <color value="shade/gtk:bg[SELECTED]/0.6"/>
        <color value="shade/gtk:bg[NORMAL]/0.29" />
        <color value="shade/gtk:bg[NORMAL]/0.27" />
        <color value="shade/gtk:bg[NORMAL]/0.25" />
        <color value="shade/gtk:bg[NORMAL]/0.24" />
    </gradient>
    
    <!-- Topmost dark line -->
    <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="width" y1="0" y2="0"/>
    
    <!-- Top highlight -->
    <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->
    <tint color="#ffffff" alpha="0.35" x="1" y="1" width="width - 2" height="1"/> 
    
</draw_ops>

<draw_ops name="draw_title_maximized_inactive">
    <!-- Background gradient -->
    <gradient type="vertical" x="0" y="0" width="width+9" height="height">
        <!--<color value="#80594D"/>-->
        <color value="shade/gtk:bg[NORMAL]/0.27" />
        <color value="shade/gtk:bg[NORMAL]/0.24" />
    </gradient>
    
    <!-- Topmost dark line -->
    <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="width" y1="0" y2="0"/>
    
    <!-- Top highlight -->
    <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->
    <tint color="#ffffff" alpha="0.35" x="1" y="1" width="width - 2" height="1"/> 
    
</draw_ops>

<!--
    The frame around windows
-->

<draw_ops name="draw_frame">
	<rectangle color="shade/gtk:bg[NORMAL]/0.25" x="0" y="0" width="width" height="height" filled="true"/>
	<!-- RSC: Subtle gradient on left/right edges to match the menubar -->
    <gradient type="vertical" x="0" y="0" width="width" height="100">
        <color value="shade/gtk:bg[NORMAL]/0.25"/>
        <color value="shade/gtk:bg[NORMAL]/0.15"/>
        <color value="shade/gtk:bg[NORMAL]/0.25"/>
    </gradient> 
</draw_ops>

<!--Borderless only: make bottom border less apparent. We can do this now since our statusbars are light.-->
<draw_ops name="bottom_edge">
    <rectangle color="shade/gtk:bg[NORMAL]/0.25" x="0" y="0" width="width" height="height" filled="true"/>
    <gradient type="vertical" x="1" y="height-6" width="width-2" height="5">
        <color value="shade/gtk:bg[NORMAL]/0.85"/>
        <color value="shade/gtk:bg[NORMAL]/0.5"/>
    </gradient>
</draw_ops>


<!--
    Buttons
-->
<!-- close button-->
<draw_ops name="button_close_normal">
    <image filename="button_close_normal.png" x="0" y="1" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_close_prelight">
    <image filename="button_close_prelight.png" x="0" y="1" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_close_inactive_prelight">
    <image filename="button_close_prelight.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
</draw_ops>
<draw_ops name="button_close_pressed">
    <image filename="button_close_pressed.png" x="0" y="1" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_close_inactive">
    <image filename="button_close_normal.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
</draw_ops>

<!-- maximize button-->
<draw_ops name="button_max_normal">
    <image filename="button_max_normal.png" x="0" y="1" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_max_prelight">
    <image filename="button_max_prelight.png" x="0" y="1" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_max_inactive_prelight">
    <image filename="button_max_prelight.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
</draw_ops>
<draw_ops name="button_max_pressed">
    <image filename="button_max_pressed.png" x="0" y="1" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_max_inactive">
    <image filename="button_max_normal.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
</draw_ops>

<!-- minimize button-->
<draw_ops name="button_min_normal">
    <image filename="button_min_normal.png" x="0" y="1" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_min_prelight">
    <image filename="button_min_prelight.png" x="0" y="1" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_min_inactive_prelight">
    <image filename="button_min_prelight.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
</draw_ops>
<draw_ops name="button_min_pressed">
    <image filename="button_min_pressed.png" x="0" y="1" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_min_inactive">
    <image filename="button_min_normal.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
</draw_ops>

<!-- menu button -->
<!--
<draw_ops name="button_menu_normal">
<image filename="button_menu_normal.png" x="0" y="2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_menu_prelight">
<image filename="button_menu_prelight.png" x="0" y="2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_menu_inactive_prelight">
<image filename="button_menu_prelight.png" x="0" y="2" width="object_width" height="object_height" alpha="0.3"/>
</draw_ops>
<draw_ops name="button_menu_pressed">
<image filename="button_menu_pressed.png" x="0" y="2" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="button_menu_inactive">
<image filename="button_menu_normal.png" x="0" y="2" width="object_width" height="object_height" alpha="0.3"/>
</draw_ops>-->

<!-- menu icon -->
<draw_ops name="button_menu_normal">
<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>
</draw_ops>
<draw_ops name="button_menu_prelight">
<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>
</draw_ops>
<draw_ops name="button_menu_inactive_prelight">
<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>
</draw_ops>
<draw_ops name="button_menu_pressed">
<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>
</draw_ops>
<draw_ops name="button_menu_inactive">
<icon x="6" y="2" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>
</draw_ops>



<!--
    Frame styles
-->

<!-- normal -->
<frame_style name="frame_style_normal_focused" geometry="frame_geometry_normal">
   <piece position="title" draw_ops="draw_title_text_normal"/>
   <piece position="titlebar" draw_ops="draw_title"/>
   <piece position="left_edge" draw_ops="draw_frame"/>
   <piece position="right_edge" draw_ops="draw_frame"/>
   <piece position="bottom_edge" draw_ops="bottom_edge"/>
   <button function="close" state="normal" draw_ops="button_close_normal"/>
   <button function="close" state="prelight" draw_ops="button_close_prelight"/>
   <button function="close" state="pressed" draw_ops="button_close_pressed"/>
   <button function="minimize" state="normal" draw_ops="button_min_normal"/>
   <button function="minimize" state="prelight" draw_ops="button_min_prelight"/>
   <button function="minimize" state="pressed" draw_ops="button_min_pressed"/>
   <button function="maximize" state="normal" draw_ops="button_max_normal"/>
   <button function="maximize" state="prelight" draw_ops="button_max_prelight"/>
   <button function="maximize" state="pressed" draw_ops="button_max_pressed"/>
   <button function="menu" state="normal" draw_ops="button_menu_normal"/>
   <button function="menu" state="prelight" draw_ops="button_menu_prelight"/>
   <button function="menu" state="pressed" draw_ops="button_menu_pressed"/>
</frame_style>

<frame_style name="frame_style_normal_unfocused" geometry="frame_geometry_normal">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
   <piece position="titlebar" draw_ops="draw_title_inactive"/>
   <piece position="left_edge" draw_ops="draw_frame"/>
   <piece position="right_edge" draw_ops="draw_frame"/>
   <piece position="bottom_edge" draw_ops="bottom_edge"/>
   <button function="close" state="normal" draw_ops="button_close_inactive"/>
   <button function="close" state="prelight" draw_ops="button_close_inactive_prelight"/>
   <button function="close" state="pressed" draw_ops="button_close_inactive"/>
   <button function="minimize" state="normal" draw_ops="button_min_inactive"/>
   <button function="minimize" state="prelight" draw_ops="button_min_inactive_prelight"/>
   <button function="minimize" state="pressed" draw_ops="button_min_inactive"/>
   <button function="maximize" state="normal" draw_ops="button_max_inactive"/>
   <button function="maximize" state="prelight" draw_ops="button_max_inactive_prelight"/>
   <button function="maximize" state="pressed" draw_ops="button_max_inactive"/>
   <button function="menu" state="normal" draw_ops="button_menu_inactive"/>
   <button function="menu" state="prelight" draw_ops="button_menu_inactive_prelight"/>
   <button function="menu" state="pressed" draw_ops="button_menu_inactive"/>
</frame_style>

<frame_style name="frame_style_maximized_focused" geometry="frame_geometry_abnormal">
   <piece position="title" draw_ops="draw_title_text_normal"/>
   <piece position="titlebar" draw_ops="draw_title_maximized"/>
   <piece position="left_edge" draw_ops="draw_frame"/>
   <piece position="right_edge" draw_ops="draw_frame"/>
   <piece position="bottom_edge" draw_ops="bottom_edge"/>
   <button function="close" state="normal" draw_ops="button_close_normal"/>
   <button function="close" state="prelight" draw_ops="button_close_prelight"/>
   <button function="close" state="pressed" draw_ops="button_close_pressed"/>
   <button function="minimize" state="normal" draw_ops="button_min_normal"/>
   <button function="minimize" state="prelight" draw_ops="button_min_prelight"/>
   <button function="minimize" state="pressed" draw_ops="button_min_pressed"/>
   <button function="maximize" state="normal" draw_ops="button_max_normal"/>
   <button function="maximize" state="prelight" draw_ops="button_max_prelight"/>
   <button function="maximize" state="pressed" draw_ops="button_max_pressed"/>
   <button function="menu" state="normal" draw_ops="button_menu_normal"/>
   <button function="menu" state="prelight" draw_ops="button_menu_prelight"/>
   <button function="menu" state="pressed" draw_ops="button_menu_normal"/>
</frame_style>

<frame_style name="frame_style_maximized_unfocused" geometry="frame_geometry_abnormal">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
   <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/>
   <piece position="left_edge" draw_ops="draw_frame"/>
   <piece position="right_edge" draw_ops="draw_frame"/>
   <piece position="bottom_edge" draw_ops="bottom_edge"/>
   <button function="close" state="normal" draw_ops="button_close_inactive"/>
   <button function="close" state="prelight" draw_ops="button_close_prelight"/>
   <button function="close" state="pressed" draw_ops="button_close_inactive"/>
   <button function="minimize" state="normal" draw_ops="button_min_inactive"/>
   <button function="minimize" state="prelight" draw_ops="button_min_prelight"/>
   <button function="minimize" state="pressed" draw_ops="button_min_inactive"/>
   <button function="maximize" state="normal" draw_ops="button_max_inactive"/>
   <button function="maximize" state="prelight" draw_ops="button_max_prelight"/>
   <button function="maximize" state="pressed" draw_ops="button_max_inactive"/>
   <button function="menu" state="normal" draw_ops="button_menu_inactive"/>
   <button function="menu" state="prelight" draw_ops="button_menu_inactive"/>
   <button function="menu" state="pressed" draw_ops="button_menu_inactive"/>
</frame_style>

<frame_style_set name="frame_style_set_normal">
  <frame focus="yes" state="normal" resize="both" style="frame_style_normal_focused"/>
  <frame focus="no" state="normal" resize="both" style="frame_style_normal_unfocused"/>
  <frame focus="yes" state="maximized" style="frame_style_maximized_focused"/>
  <frame focus="no" state="maximized" style="frame_style_maximized_unfocused"/>
  <frame focus="yes" state="shaded" style="frame_style_normal_focused"/>
  <frame focus="no" state="shaded" style="frame_style_normal_unfocused"/>
  <frame focus="yes" state="maximized_and_shaded" style="frame_style_maximized_focused"/>
  <frame focus="no" state="maximized_and_shaded" style="frame_style_maximized_unfocused"/>
</frame_style_set>

<window type="normal" style_set="frame_style_set_normal"/>
<window type="dialog" style_set="frame_style_set_normal"/>
<window type="modal_dialog" style_set="frame_style_set_normal"/>
<window type="menu" style_set="frame_style_set_normal"/>
<window type="utility" style_set="frame_style_set_normal"/>
<window type="border" style_set="frame_style_set_normal"/>

<menu_icon function="close" state="normal" draw_ops="button_close_normal"/>
<menu_icon function="maximize" state="normal" draw_ops="button_max_normal"/>
<menu_icon function="unmaximize" state="normal" draw_ops="button_max_normal"/>
<menu_icon function="minimize" state="normal" draw_ops="button_min_normal"/>


</metacity_theme>