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<!-- Dialog frame -->
15<frame top="12" bottom="12" left="12" right="12">
16  <image index="0" file="frame_tl.bmp" scale="false"/>
17  <image index="1" file="frame_t.bmp" scale="false"/>
18  <image index="2" file="frame_tr.bmp" scale="false"/>
19  <image index="3" file="frame_l.bmp" scale="false"/>
20  <image index="4" file="frame_r.bmp" scale="false"/>
21  <image index="5" file="frame_bl.bmp" scale="false"/>
22  <image index="6" file="frame_b.bmp" scale="false"/>
23  <image index="7" file="frame_br.bmp" scale="false"/>
24  <color index="1" red="0.145" green="0.145" blue="0.145"/>
25</frame>
26
27<!-- Dialog title -->
28<title>
29<font file="DejaVuLGCSansCondensed-Bold.ttf" size="24"/>
30  <color red="0.85" green="0.85" blue="0.80"/>
31</title>
32
33<!-- Spacer -->
34<spacer height="8"/>
35
36<!-- Button -->
37<button top="5" left="16" right="16" height="32">
38  <font size="14" file="Bank Gothic Medium BT.ttf"/>
39  <color red="0.5" green="0.5" blue="0.5"/>
40  <image index="0" file="button_l.bmp" scale="false"/>
41  <image index="1" file="button_c.bmp" scale="false"/>
42  <image index="2" file="button_r.bmp" scale="false"/>
43  <active>
44    <!--    <color red="0.95" green="0.70" blue="0.28"/>-->
45    <color red="0.67" green="0.67" blue="0.67"/>
46  </active>
47  <disabled>
48    <color red="0.33" green="0.33" blue="0.33"/>
49  </disabled>
50  <pressed>
51    <image index="0" file="button_l_p.bmp" scale="false"/>
52    <image index="1" file="button_c_p.bmp" scale="false"/>
53    <image index="2" file="button_r_p.bmp" scale="false"/>
54    <color red="0.95" green="0.70" blue="0.28"/>
55  </pressed>
56</button>
57
58<!-- Label -->
59<label>
60  <font file="DejaVuLGCSansCondensed-Bold.ttf" italic_file="DejaVuLGCSansCondensed-BoldOblique.ttf" size="12" style="0"/>
61  <color red="0.875" green="0.65" blue="0.65"/>
62  <active>
63    <color red="0.75" green="0.875" blue="0.65"/>
64  </active>
65  <disabled>
66    <color red="0.5" green="0.5" blue="0.5"/>
67  </disabled>
68</label>
69
70<!-- Item -->
71<item space="10">
72  <font file="DejaVuLGCSansCondensed-Bold.ttf" italic_file="DejaVuLGCSansCondensed-BoldOblique.ttf" size="12" style="0"/>
73  <color red="0.75" green="0.25" blue="0.25"/>
74  <active>
75    <color red="0.25" green="0.75" blue="0.25"/>
76  </active>
77  <disabled>
78    <color red="0.5" green="0.5" blue="0.5"/>
79  </disabled>
80</item>
81
82<!-- Text message -->
83<message>
84  <font file="DejaVuLGCSansCondensed-Bold.ttf" italic_file="DejaVuLGCSansCondensed-BoldOblique.ttf" size="12" style="0"/>
85  <color red="0.875" green="0.875" blue="0.75"/>
86</message>
87
88<!-- Text entry widget -->
89<text_entry>
90  <font file="DejaVuLGCSansCondensed-Bold.ttf" italic_file="DejaVuLGCSansCondensed-BoldOblique.ttf" size="12" style="0"/>
91  <color red="1" green="0.875" blue="0.875"/>
92  <active><color red="1" green="1" blue="1"/></active>
93  <disabled><color red="0.5" green="0.5" blue="0.5"/></disabled>
94  <cursor><color red="0.875" green="1" blue="0.875"/></cursor>
95</text_entry>
96
97<text_box>
98  <font file="DejaVuLGCSansCondensed-Bold.ttf" italic_file="DejaVuLGCSansCondensed-BoldOblique.ttf" size="12" style="0"/>
99</text_box>
100
101<!-- List selection widget -->
102<list top="10" bottom="12" left="10" right="32">
103  <image index="0" file="list_tl.bmp" scale="false"/>
104  <image index="1" file="list_t.bmp" scale="false"/>
105  <image index="2" file="list_tr.bmp" scale="false"/>
106  <image index="3" file="list_l.bmp" scale="false"/>
107  <image index="4" file="list_r.bmp" scale="false"/>
108  <image index="5" file="list_bl.bmp" scale="false"/>
109  <image index="6" file="list_b.bmp" scale="false"/>
110  <image index="7" file="list_br.bmp" scale="false"/>
111  <trough top="6" right="16" bottom="6" width="22"/>
112  <thumb>
113    <image index="0" file="thumb_t.bmp" scale="false"/>
114    <image index="1" file="thumb_tc.bmp" scale="false"/>
115    <image index="2" file="thumb_c.bmp" scale="false"/>
116    <image index="3" file="thumb_bc.bmp" scale="false"/>
117    <image index="4" file="thumb_b.bmp" scale="false"/>
118  </thumb>
119</list>
120
121<!-- Slider -->
122<slider top="3" left="1" right="1">
123  <image index="0" file="slider_l.bmp" scale="false"/>
124  <image index="1" file="slider_c.bmp" scale="false"/>
125  <image index="2" file="slider_r.bmp" scale="false"/>
126  <image index="3" file="slider.bmp" scale="false"/>
127</slider>
128
129</theme>
130</marathon>
131