Official theme repository for AxionOS Theme Store application.
AxThemeStore_themes_repository/
├── apks/ # Theme APK files
│ ├── IconPackAcherusUnified.apk
│ ├── IconPackGradiconUnified.apk
│ ├── IconPackLornUnified.apk
│ └── IconPackPUIUnified.apk
├── previews/ # Preview images for themes
│ ├── acherus_preview.png
├── docs/ # Documentation
│ └── CONTRIBUTING.md # Contribution guidelines
└── themes.json # Theme metadata catalog
The themes.json file follows this structure:
{
"version": 2,
"lastUpdated": "ISO 8601 timestamp",
"repository": {
"name": "Repository name",
"description": "Repository description",
"maintainer": "Maintainer name",
"baseUrl": "Base URL for assets"
},
"components": [...],
"categories": [...],
"themes": [...]
}- Place APK file in
apks/directory - Add preview image (1920x1080 recommended) to
previews/directory - Update
themes.jsonwith theme metadata - Follow naming convention:
IconPack{Name}Unified.apk - Ensure all URLs point to correct GitHub raw content URLs
- Resolution: 1920x1080 (16:9 aspect ratio)
- Format: PNG or JPEG
- Content: Show key features of the theme (status bar, quick settings, etc.)
- Naming:
{theme_id}_preview.png
Supported component IDs for unified themes:
android- Android framework iconssystemui- System UI iconswifi- WiFi indicator iconssignal- Mobile signal iconsbattery- Battery indicator icons
- v2 (2025-12-12): Added Gradicon, Lorn, and PUI themes. Reorganized repository structure.
- v1 (2025-12-09): Initial release with Acherus theme and UI styles.
Themes are provided by their respective authors. Please check individual theme licenses.
See CONTRIBUTING.md for guidelines on submitting new themes.