Skip to content

Commit c5ae4ec

Browse files
committed
ex4ds: add setting.ini file for theming
1 parent 2c98256 commit c5ae4ec

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cp moonshell_210/reset_files/R4TF-ACEP.nds out/ex4ds/moonshl2/resetmse/R4TF.nds
5252
# copy ex4ds specific features
5353
cp -r extras/ex4ds/_ex4mov_ out/ex4ds/_ex4mov_
5454
cp extras/ex4ds/*.ini extras/ex4ds/plugin.odr out/ex4ds/__rpg/extention/_plugin_/
55-
cp extras/ex4ds/themes/theme.res out/ex4ds/__rpg/extention/theme.res
55+
cp extras/ex4ds/themes/theme.res extras/ex4ds/themes/setting.ini out/ex4ds/__rpg/extention
5656
cp -r "extras/ex4ds/themes/metro ex4ds" "extras/ex4ds/themes/metro vista" out/ex4ds/__rpg/ui/
5757
cp extras/ex4ds/globalsettings.ini out/ex4ds/__rpg/globalsettings.ini
5858

extras/ex4ds/themes/setting.ini

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
[extention]
2+
version = AOS 2.13-14E
3+
[title]
4+
Error = Error
5+
6+
[tip]
7+
Slot2 = Can't find GBA card in Slot-2. Do you want boot to GBA mode?
8+
9+
[color]
10+
version = 255,255,255
11+
plugintip = 224,224,224
12+
select = 78,255,0
13+
unselect = 224,224,224
14+
arrowup = 224,224,224
15+
arrowdown = 224,224,224
16+
17+
[icons]
18+
alpha = 15
19+
20+
[big clock]
21+
x = 120
22+
y = 126
23+
show = 1
24+
25+
[calendar year]
26+
x = 55
27+
y = 80
28+
show = 0
29+
30+
[calendar month]
31+
x = 17
32+
y = 80
33+
show = 0
34+
35+
[calendar day]
36+
x = 137
37+
y = 85
38+
highlightColor = 0cff00
39+
dw = 16
40+
dh = 14
41+
show = 0
42+
43+
[end]

0 commit comments

Comments
 (0)