Skip to content

Commit

Permalink
ex4ds: add setting.ini file for theming
Browse files Browse the repository at this point in the history
  • Loading branch information
Deletecat committed Aug 14, 2024
1 parent 2c98256 commit c5ae4ec
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cp moonshell_210/reset_files/R4TF-ACEP.nds out/ex4ds/moonshl2/resetmse/R4TF.nds
# copy ex4ds specific features
cp -r extras/ex4ds/_ex4mov_ out/ex4ds/_ex4mov_
cp extras/ex4ds/*.ini extras/ex4ds/plugin.odr out/ex4ds/__rpg/extention/_plugin_/
cp extras/ex4ds/themes/theme.res out/ex4ds/__rpg/extention/theme.res
cp extras/ex4ds/themes/theme.res extras/ex4ds/themes/setting.ini out/ex4ds/__rpg/extention
cp -r "extras/ex4ds/themes/metro ex4ds" "extras/ex4ds/themes/metro vista" out/ex4ds/__rpg/ui/
cp extras/ex4ds/globalsettings.ini out/ex4ds/__rpg/globalsettings.ini

Expand Down
43 changes: 43 additions & 0 deletions extras/ex4ds/themes/setting.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[extention]
version = AOS 2.13-14E
[title]
Error = Error

[tip]
Slot2 = Can't find GBA card in Slot-2. Do you want boot to GBA mode?
[color]
version = 255,255,255
plugintip = 224,224,224
select = 78,255,0
unselect = 224,224,224
arrowup = 224,224,224
arrowdown = 224,224,224
[icons]
alpha = 15
[big clock]
x = 120
y = 126
show = 1
[calendar year]
x = 55
y = 80
show = 0
[calendar month]
x = 17
y = 80
show = 0
[calendar day]
x = 137
y = 85
highlightColor = 0cff00
dw = 16
dh = 14
show = 0
[end]

0 comments on commit c5ae4ec

Please sign in to comment.