Welcome to the official NeoStation assets repository. Here you can find and contribute new visual styles to customize system art.
The structure is designed to be modular and easy to navigate for both humans and the application:
themes/: Contains all individual system art folders.preview/: Global screenshots for the catalog display.manifest.json: Main index used by the app to list available system arts.
Create a new folder inside themes/ with a descriptive name (e.g., Matrix-Green).
Each system art must include a theme.json file with metadata:
{
"id": "my-unique-art",
"name": "Visual Name",
"author": "Your Name",
"version": "1.0.0",
"description": "Short description of the style.",
"ai": false
}To ensure optimal performance on handheld and Android devices, please follow these technical specifications:
- Format: Must be .webp (optimized) or .gif (animated).
- Resolution: Minimum 1024 x 1024 px.
- Location:
themes/[your-art]/backgrounds/ - Naming:
[shortname].[extension](e.g.,gba.webp,ps1.gif). - Fallback: Always include a
default.webpfor unspecified systems.
Once your system art is ready, ensure you:
- Add a screenshot to the
preview/folder. - Register your system art in the
manifest.jsonfile at the root. - Open a Pull Request.
NeoStation Assets is a collection of original creative work and third-party trademarks.
- Original Assets: All custom backgrounds and original UI elements are licensed under CC BY-NC-SA 4.0.
- Trademarks: All console logos and brand names are the property of their respective owners. Their use here is for identification and educational purposes only.
For the full legal text, please refer to the LICENSE file in this repository.
We welcome contributions of new backgrounds or missing console logos. Please ensure any submitted work follows the quality standards of the project and respects the non-commercial nature of this repository.