theme.park
Self-HostedCustom themes for popular self-hosted applications
Overview
theme.park provides a curated library of custom CSS themes for over 50 self-hosted apps like Plex, Jellyfin, Sonarr, Radarr, and Emby. Themes support dark/light modes, accent color tweaks, and brand consistency. Easy to deploy—link directly to CDN-hosted CSS, use reverse proxy injectors (Traefik/Nginx), or download files for offline use. No server installation needed; integrates seamlessly with existing setups to enhance UI aesthetics without altering app functionality.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
theme_park:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: theme-park
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Curated themes for 50+ self-hosted applications
- CDN-hosted or local deployment options
- Dark/light mode support and accent color customization
- Reverse proxy integration (Traefik, Nginx) for easy application
Frequently Asked Questions
? Is theme.park hard to apply to my self-hosted apps?
No—most themes can be applied via a single CSS URL in your app’s custom CSS settings, reverse proxy middleware (like Traefik), or local CSS file. Step-by-step guides are available for each supported app on the official site.
? Does theme.park support my favorite self-hosted app?
theme.park currently supports over 50 apps, including Plex, Jellyfin, Sonarr, Radarr, Emby, and more. Check the app list on themepark.dev—new apps are added regularly based on community requests.
? Is theme.park completely free and open-source?
Yes—all themes are open-source under the MIT license, with no hidden costs. You can download, modify, or host the themes locally without restrictions, and contribute to the project via GitHub.
Top Alternatives
People Also Ask about theme.park
Tool Info
Pros
- ⊕ No installation required (link directly to CDN)
- ⊕ Regularly updated with new themes and supported apps
- ⊕ Open-source (MIT license) for full customization control
Cons
- ⊖ Limited to UI aesthetics (no functional app changes)
- ⊖ Some themes may need tweaks for specific app versions
- ⊖ CDN dependency (mitigable by hosting files locally)
- ⊖ No built-in preview tool for themes