Skip to content

EuphoriaTheme/Refresh-Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refresh Theme (Blueprint Addon)

Admin theme for the Pterodactyl Panel, built for the Blueprint Framework.

What This Addon Does

  • 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.

Compatibility

  • Blueprint Framework on Pterodactyl Panel
  • Target: beta-2026-01 (see conf.yml)

Installation / Development Guides

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

How It Works (Repo Layout)

  • conf.yml: Blueprint addon manifest (metadata, target version, entrypoints).
  • admin/Controller.php: Reads/writes addon settings (currently primary_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.

Customization (Theme/UX)

  • 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.

Contributing

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.

Pull Request Requirements

  • 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).

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.

About

Refresh Theme Source Code

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages