This file is indexed.

/usr/share/themes/mobilebasic/matchbox/theme.xml is in hildon-theme-mobile-basic 0.37-0ubuntu3.

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
<?xml version="1.0"?>
<theme name="mobilebasic" author="Intel" desc="" version="0.1" engine_version="1" cache="false" >

<!-- List Resources, defined by an id and then a definition -->

<!-- Colors, in the format #rrggbb. -->

<color id="lowlightcol" def="#000000" />

<!-- frame animations, src and dst rectangle coordinate values -->
<frame-animation id="close" src="400 0 400 480" dst="774 30 1 1"/>
<frame-animation id="minimize" src="80 0 720 480" dst="0 240 80 240"/>
<frame-animation id="maximize" src="40 450 0 0" dst="80 0 720 480" />

<!-- Fonts, alternate fonts can be listed seperated by a '|'   
            The first matched will be used.                   -->
<font id="osso-TitleFont" def="Nokia Sans-17.85" />

<color id="osso-TitleTextColor" def="#000000" />
<color id="osso-DialogTitleTextColor" def="#ffffff" />

<!-- Pixmaps. xpm or png ( if support compiled in ) supported.
     They are expected to be found in the same location as this file -->

<!-- bob added -->

<!-- dialog -->
<pixmap id="dialoguptile" filename="../images/qgn_plat_dialog_frame_tile_top.png" />
<pixmap id="dialogdowntile" filename="../images/qgn_plat_dialog_frame_tile_bottom.png" />
<pixmap id="dialogleftup" filename="../images/qgn_plat_dialog_frame_corner_top_left.png" />
<pixmap id="dialogleftdown" filename="../images/qgn_plat_dialog_frame_corner_bottom_left.png" />
<pixmap id="dialoglefttile" filename="../images/qgn_plat_dialog_frame_tile_left.png" />
<pixmap id="dialogrightup" filename="../images/qgn_plat_dialog_frame_corner_top_right.png" />
<pixmap id="dialogrightdown" filename="../images/qgn_plat_dialog_frame_corner_bottom_right.png" />
<pixmap id="dialogrighttile" filename="../images/qgn_plat_dialog_frame_tile_right.png" />
<pixmap id="dialogtitleleft" filename="../images/qgn_plat_dialog_frame_corner_top_left.png" />
<pixmap id="dialogtitletile" filename="../images/qgn_plat_dialog_frame_tile_top.png" />
<pixmap id="dialogtitleright" filename="../images/qgn_plat_dialog_frame_corner_top_right.png" />

<pixmap id="dialoghelp" filename="../images/qgn_plat_dialog_frame_help_button.png" />
<pixmap id="dialoghelppressed" filename="../images/qgn_plat_dialog_frame_help_button_pressed.png" />

<!-- note -->
<pixmap id="noteuptile" filename="../images/qgn_plat_note_frame_tile_top.png" />
<pixmap id="noteleftup" filename="../images/qgn_plat_note_frame_corner_top_left.png" />
<pixmap id="notelefttile" filename="../images/qgn_plat_note_frame_tile_left.png" />
<pixmap id="noteleftdown" filename="../images/qgn_plat_note_frame_corner_bottom_left.png" />
<pixmap id="noterightup" filename="../images/qgn_plat_note_frame_corner_top_right.png" />
<pixmap id="noterighttile" filename="../images/qgn_plat_note_frame_tile_right.png" />
<pixmap id="noterightdown" filename="../images/qgn_plat_note_frame_corner_bottom_right.png" />
<pixmap id="notedowntile" filename="../images/qgn_plat_note_frame_tile_bottom.png" />

<!-- infoprint -->
<pixmap id="infoprintuptile" filename="../images/qgn_plat_infoprint_frame_tile_top.png" />
<pixmap id="infoprintleftup" filename="../images/qgn_plat_infoprint_frame_corner_top_left.png" />
<pixmap id="infoprintlefttile" filename="../images/qgn_plat_infoprint_frame_tile_left.png" />
<pixmap id="infoprintleftdown" filename="../images/qgn_plat_infoprint_frame_corner_bottom_left.png" />
<pixmap id="infoprintrightup" filename="../images/qgn_plat_infoprint_frame_corner_top_right.png" />
<pixmap id="infoprintrighttile" filename="../images/qgn_plat_infoprint_frame_tile_right.png" />
<pixmap id="infoprintrightdown" filename="../images/qgn_plat_infoprint_frame_corner_bottom_right.png" />
<pixmap id="infoprintdowntile" filename="../images/qgn_plat_infoprint_frame_tile_bottom.png" />

<pixmap id="titlebarclosebutton" filename="../images/qgn_plat_button_close_normal.png" />
<pixmap id="titlebarclosebuttonpressed" filename="../images/qgn_plat_button_close_pressed.png" />

<pixmap id="titlebarminimizebutton" filename="../images/qgn_plat_button_minimize_normal.png" />
<pixmap id="titlebarminimizebuttonpressed" filename="../images/qgn_plat_button_minimize_pressed.png" />

<pixmap id="applicationtopbararea" filename="../images/qgn_plat_application_status_bar_background.png" />




<!-- empty border frames, these are empty and will just be black with no 
     layers. Notice the width/height attributes. -->
<!--
<frame id="main-east"  width="0" />
<frame id="main-west"  width="0" />
<frame id="main-south" height="0" />
-->

<frame id="dialog" width="20" height="51" options="shaped">
  <layer x="51" y="7" w="100%-102" h="100%"
   type="label" color="osso-DialogTitleTextColor" justify="center" font="osso-TitleFont" />

  <!-- up tile -->
  <layer x="51" y="0" w="100%-102"  h="object"
   type="pixmap" pixmap="dialogtitletile" />

  <!-- left corner -->
  <layer x="0" y="0" w="51" h="object"
   type="pixmap" pixmap="dialogtitleleft" />

  <!-- right corner -->
  <layer x="-51" y="0" w="51" h="object"
   type="pixmap" pixmap="dialogtitleright" />

  <!-- only a close, help or accept actioned button is valid -->
  <button x="-38" y="6" w="32" h="32" action="help" >
   <active pixmap="dialoghelppressed" />
   <inactive pixmap="dialoghelp" />
  </button>

</frame>

<!-- dialog borders, note they inherit the shaped option.
     Do not specify buttons for them!                       -->

<!-- upper border -->
<frame id="dialog-north" height="20" options="shaped">
  <layer x="0" y="0" w="object" h="object"
   type="pixmap" pixmap="dialogleftup" />
  <layer x="20" y="0" w="100%-40"  h="object"
   type="pixmap" pixmap="dialoguptile" />
  <layer x="-20" y="0" w="20" h="object"
   type="pixmap" pixmap="dialogrightup" />
</frame>

<!-- right border -->
<frame id="dialog-east" width="10" >
  <layer x="0" y="0" w="object"  h="100%" 
   type="pixmap" pixmap="dialogrighttile" />
</frame>

<!-- left border -->
<frame id="dialog-west" width="10" >
  <layer x="0" y="0" w="object"  h="100%" 
   type="pixmap" pixmap="dialoglefttile" />
</frame>

<!-- down border -->
<frame id="dialog-south" height="20" >
  <layer x="-20" y="0" w="20"  h="object" 
   type="pixmap" pixmap="dialogrightdown" />
  <layer x="0" y="0" w="object"  h="object"
   type="pixmap" pixmap="dialogleftdown" />
  <layer x="20" y="0" w="100%-40"  h="object"
   type="pixmap" pixmap="dialogdowntile" />
</frame>

<!-- note theming -->
<frame id="dialog-nt-north" height="20" options="shaped">
  <layer x="0" y="0" w="object"  h="object"
   type="pixmap" pixmap="noteleftup" />

  <layer x="20" y="0" w="100%-40"  h="object"
   type="pixmap" pixmap="noteuptile" />

  <layer x="-20" y="0" w="20" h="object"
   type="pixmap" pixmap="noterightup" />
</frame>

<frame id="dialog-nt-east" width="20" >
  <layer x="0" y="0" w="object"  h="100%"
   type="pixmap" pixmap="noterighttile" />
</frame>

<frame id="dialog-nt-west" width="20" >
  <layer x="0" y="0" w="object"  h="100%"
   type="pixmap" pixmap="notelefttile" />
</frame>

<frame id="dialog-nt-south" height="20" >
  <layer x="0" y="0" w="object"  h="object"
   type="pixmap" pixmap="noteleftdown" />
  <layer x="-20" y="0" w="20"  h="object"
   type="pixmap" pixmap="noterightdown" />
  <layer x="20" y="0" w="100%-40"  h="object"
   type="pixmap" pixmap="notedowntile" />
</frame>

<!-- message dialogs (infoprints) -->
<frame id="message" height="20" options="shaped">
  <layer x="0" y="0" w="object" h="object"
   type="pixmap" pixmap="infoprintleftup" />  

  <layer x="20" y="0" w="100%-40"  h="object"
   type="pixmap" pixmap="infoprintuptile" />  

  <layer x="-20" y="0" w="20" h="object"
   type="pixmap" pixmap="infoprintrightup" />
</frame>
  
<frame id="message-east"  width="20" >
  <layer x="0" y="0" w="object"  h="100%"
   type="pixmap" pixmap="infoprintrighttile" />
</frame>
  
<frame id="message-west"  width="20" >
  <layer x="0" y="0" w="object"  h="100%"
   type="pixmap" pixmap="infoprintlefttile" />
</frame>
  
<frame id="message-south" height="20">
  <layer x="0" y="0" w="object"  h="object"
   type="pixmap" pixmap="infoprintleftdown" />
  <layer x="-20" y="0" w="20"  h="object"
   type="pixmap" pixmap="infoprintrightdown" />
  <layer x="20" y="0" w="100%-40"  h="object"
   type="pixmap" pixmap="infoprintdowntile" />
</frame>

<lowlight color="lowlightcol" />
</theme>