1<!-- This Aleph One/SDL them is an imitation of Marathon Infinity's menu -->
2<!-- The buttons are clearly stolen from Bungie's menu -->
3<!-- Ian Pitcher <ipitcher@technician.org> -->
4
5<marathon>
6<theme>
7
8<!-- color indices:
9     0 foreground color
10     1 background color
11     2 frame color
12-->
13
14<default>
15  <color index="0" red="0.875" green="0.875" blue="0.75"/>
16  <color index="1" red="0.145" green="0.145" blue="0.145"/>
17  <color index="2" red="0.5" green="0.5" blue="0.5"/>
18  <font file="DejaVuLGCSansCondensed-Bold.ttf" italic_file="DejaVuLGCSansCondensed-BoldOblique.ttf" size="12"/>
19</default>
20
21<!-- Dialog frame -->
22<frame top="12" bottom="12" left="12" right="12">
23  <image index="0" file="frame_tl.bmp" scale="false"/>
24  <image index="1" file="frame_t.bmp" scale="false"/>
25  <image index="2" file="frame_tr.bmp" scale="false"/>
26  <image index="3" file="frame_l.bmp" scale="false"/>
27  <image index="4" file="frame_r.bmp" scale="false"/>
28  <image index="5" file="frame_bl.bmp" scale="false"/>
29  <image index="6" file="frame_b.bmp" scale="false"/>
30  <image index="7" file="frame_br.bmp" scale="false"/>
31  <color index="1" red="0.145" green="0.145" blue="0.145"/>
32</frame>
33
34<!-- Dialog title -->
35<title>
36<font file="DejaVuLGCSansCondensed-Bold.ttf" size="24"/>
37  <color red="0.85" green="0.85" blue="0.80"/>
38</title>
39
40<!-- Spacer -->
41<spacer height="8"/>
42
43<!-- Button -->
44<button top="5" left="16" right="16" height="32">
45  <font file="bankgthd.ttf" size="14" style="0"/>
46  <color red="0.5" green="0.5" blue="0.5"/>
47  <image index="0" file="button_l.bmp" scale="false"/>
48  <image index="1" file="button_c.bmp" scale="false"/>
49  <image index="2" file="button_r.bmp" scale="false"/>
50  <active>
51    <color red="0.67" green="0.67" blue="0.67"/>
52  </active>
53  <disabled>
54    <color red="0.33" green="0.33" blue="0.33"/>
55  </disabled>
56  <pressed>
57    <image index="0" file="button_l_p.bmp" scale="false"/>
58    <image index="1" file="button_c_p.bmp" scale="false"/>
59    <image index="2" file="button_r_p.bmp" scale="false"/>
60    <color red="0.95" green="0.70" blue="0.28"/>
61  </pressed>
62</button>
63
64<tiny_button top="3" left="12" right="12" height="20">
65  <font file="bankgthd.ttf" size="12" style="0"/>
66  <color red="0.5" green="0.5" blue="0.5"/>
67  <image index="0" file="tiny_button_l.bmp" scale="false"/>
68  <image index="1" file="tiny_button_c.bmp" scale="false"/>
69  <image index="2" file="tiny_button_r.bmp" scale="false"/>
70  <active>
71    <color red="0.67" green="0.67" blue="0.67"/>
72  </active>
73  <disabled>
74    <color red="0.33" green="0.33" blue="0.33"/>
75  </disabled>
76  <pressed>
77    <color red="0.95" green="0.70" blue="0.28"/>
78  </pressed>
79</tiny_button>
80
81<!-- Label -->
82<label>
83  <color red="0.875" green="0.65" blue="0.65"/>
84  <active>
85    <color red="0.75" green="0.875" blue="0.65"/>
86  </active>
87  <disabled>
88    <color red="0.5" green="0.5" blue="0.5"/>
89  </disabled>
90</label>
91
92<!-- Item -->
93<item space="10">
94  <color red="0.75" green="0.25" blue="0.25"/>
95  <active>
96    <color red="0.25" green="0.75" blue="0.25"/>
97  </active>
98  <disabled>
99    <color red="0.5" green="0.5" blue="0.5"/>
100  </disabled>
101</item>
102
103<!-- Text message -->
104<message>
105</message>
106
107<!-- Text entry widget -->
108<text_entry>
109  <color red="1" green="0.875" blue="0.875"/>
110  <active><color red="1" green="1" blue="1"/></active>
111  <disabled><color red="0.5" green="0.5" blue="0.5"/></disabled>
112  <cursor><color red="0.875" green="1" blue="0.875"/></cursor>
113</text_entry>
114
115<!-- Metaserver and pre-game chat -->
116<chat_entry name_width="100">
117  <color index="0" red="1" green="1" blue="1"/>
118</chat_entry>
119
120<!-- List selection widget -->
121<list top="8" bottom="8" left="8" right="24">
122  <image index="0" file="list_tl.bmp" scale="false"/>
123  <image index="1" file="list_t.bmp" scale="false"/>
124  <image index="2" file="list_tr.bmp" scale="false"/>
125  <image index="3" file="list_l.bmp" scale="false"/>
126  <image index="4" file="list_r.bmp" scale="false"/>
127  <image index="5" file="list_bl.bmp" scale="false"/>
128  <image index="6" file="list_b.bmp" scale="false"/>
129  <image index="7" file="list_br.bmp" scale="false"/>
130  <trough top="6" right="16" bottom="6" width="22"/>
131  <thumb>
132    <image index="0" file="thumb_t.bmp" scale="false"/>
133    <image index="1" file="thumb_tc.bmp" scale="false"/>
134    <image index="2" file="thumb_c.bmp" scale="false"/>
135    <image index="3" file="thumb_bc.bmp" scale="false"/>
136    <image index="4" file="thumb_b.bmp" scale="false"/>
137  </thumb>
138</list>
139
140<!-- Slider -->
141<slider top="0" left="1" right="1">
142  <image index="0" file="slider_l.bmp" scale="false"/>
143  <image index="1" file="slider_c.bmp" scale="false"/>
144  <image index="2" file="slider_r.bmp" scale="false"/>
145  <thumb>
146    <image index="0" file="slider.bmp" scale="false"/>
147  </thumb>
148</slider>
149
150<tab top="5" left="16" right="16" height="32" inner_left="4" inner_right="4">
151  <font file="bankgthd.ttf" size="14" style="0"/>
152  <color red="0.5" green="0.5" blue="0.5"/>
153  <image index="0" file="button_l.bmp" scale="false"/>
154  <image index="1" file="button_c.bmp" scale="false"/>
155  <image index="2" file="button_c.bmp" scale="false"/>
156  <image index="3" file="button_c.bmp" scale="false"/>
157  <image index="4" file="button_r.bmp" scale="false"/>
158  <pressed>
159    <color red="0.95" green="0.70" blue="0.28"/>
160    <image index="0" file="button_l_p.bmp" scale="false"/>
161    <image index="1" file="button_c_p.bmp" scale="false"/>
162    <image index="2" file="button_c_p.bmp" scale="false"/>
163    <image index="3" file="button_c_p.bmp" scale="false"/>
164    <image index="4" file="button_r_p.bmp" scale="false"/>
165  </pressed>
166  <active>
167    <color red="0.67" green="0.67" blue="0.67"/>
168  </active>
169  <disabled>
170    <color red="0.33" green="0.33" blue="0.33"/>
171  </disabled>
172</tab>
173
174<metaserver>
175<games spacing="7">
176  <font file="DejaVuLGCSansCondensed-Bold.ttf" italic_file="DejaVuLGCSansCondensed-BoldOblique.ttf" size="11"/>
177  <color index="0" red="1" green="1" blue="1"/>
178  <selected>
179    <color index="0" red="0" green="0" blue="0"/>
180    <color index="1" red="1" green="1" blue="1"/>
181  </selected>
182  <incompatible>
183    <color index="0" red=".5" green="0" blue="0"/>
184    <selected>
185      <color index="0" red=".5" green="0" blue="0"/>
186      <color index="1" red="1" green="1" blue="1"/>
187    </selected>
188  </incompatible>
189  <running>
190    <color index="0" red="0.5" green="0.5" blue="0.5"/>
191    <selected>
192      <color index="0" red="0.5" green="0.5" blue="0.5"/>
193      <color index="1" red="1" green="1" blue="1"/>
194    </selected>
195  </running>
196</games>
197</metaserver>
198
199</theme>
200</marathon>
201