Admin theme for the Pterodactyl Panel, built for the Blueprint Framework.
- Overrides the Admin area wrapper to inject theme variables (notably
--primary-color). - Applies a bundled admin stylesheet to restyle the Pterodactyl admin UI.
- Provides an extension settings page to configure the primary theme color.
- Blueprint Framework on Pterodactyl Panel
- Target:
beta-2026-01(seeconf.yml)
Follow the official Blueprint guides for installing addons and developing extensions:
https://blueprint.zip/guides
Uninstall (as shown in the admin view):
blueprint -remove refreshtheme
conf.yml: Blueprint addon manifest (metadata, target version, entrypoints).admin/Controller.php: Reads/writes addon settings (currentlyprimary_color).admin/view.blade.php: Admin extension UI for configuring settings.admin/wrapper.blade.php: Injects CSS variables and loads assets used by the theme.admin/admin.css: Theme stylesheet for the admin panel.public/: Public assets bundled with the addon.
- Primary color: Admin panel -> Extensions -> Refresh Theme -> set
Primary Color. - Styling tweaks: edit
admin/admin.css(prefer CSS variables to avoid wide selector changes). - Wrapper/head changes:
admin/wrapper.blade.php.
This repo is shared so the community can help improve and extend the addon, not because it's abandoned. If you customize it for your theme, consider upstreaming improvements that benefit others.
Where it helps, the code includes comments explaining non-obvious behavior; keep comments high-signal.
- Clearly state what's been added/updated and why.
- Include images or a short video of it working/in action (especially for UI changes).
- Keep changes focused and avoid unrelated formatting-only churn.
- Keep credits/attribution intact (see
LICENSE).
Source-available. Redistribution and resale (original or modified) are not permitted, and original credits must be kept within the addon.
See LICENSE for the full terms.