Trying out your theme
Copying it onto the machine, and reading the log when something goes wrong.
A theme can only be judged switched on, on a screen. The studio's preview is faithful, but nothing replaces the machine.
- Export the theme from the studio;
- copy the folder into
/recalbox/share/themes/; - on the machine: Menu → Interface properties → Theme, and pick yours.
📄 The log: themes.log
This is the first place to look when something does not show up.
/recalbox/share/system/logs/themes.log
It records, with file and line to back it up:
- an unknown property — often a case mistake (
keepRatioinstead ofkeepratio); - a component whose type does not exist;
- an
Extra type unknown: …— you placed as anextraa type that does not accept it; - a variable without
nameor withoutvalue; - a badly written pair (
pos,size).
An invisible component with nothing in the log almost always means extra="true" is missing: see The most important rule.