forked from c64-dev/es-theme-epicnoir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.xml
More file actions
26 lines (24 loc) · 707 Bytes
/
theme.xml
File metadata and controls
26 lines (24 loc) · 707 Bytes
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
<theme>
<formatVersion>4</formatVersion>
<include>./../theme.xml</include>
<view name="basic, detailed, video, grid">
<text name="nameLabel" extra="true">
<text>Apple ][</text>
</text>
</view>
<view name="system">
<text name="sys_line2" extra="true">
<text>Apple ][</text>
<fontSize>0.18</fontSize>
<origin>0 0</origin>
<pos>0.12 0.130</pos>
<size>0 0</size>
</text>
<text name="shortdescription" extra="true">
<text>1977 · 8-bit Computer</text>
</text>
<text name="longdescription" extra="true">
<text>One of the first highly successful mass-produced microcomputer products, designed primarily by Steve Wozniak.</text>
</text>
</view>
</theme>