Rebrand fxPanel with custom colors and logos for both the web panel and the in-game menu.
- Loads panel and in-game logos from
static/theme.json - Loads colors from
static/theme.json - Includes a built-in panel page with color pickers and a save button
- Respects the
enabledtoggle instatic/theme.json - Uses
panel/index.cssandnui/index.cssas the styling layer that consumes those variables
- Put your logo asset in
static/. - Open Theme Editor in the panel sidebar to change colors with the built-in UI and save them.
- Edit
static/theme.jsondirectly if you want to toggleenabled, change logo file names, or fine-tune advanced values. - Only edit the CSS files if you want to change the actual styling rules, not just the colors.
- Put the addon folder in
fxPanel/addons/addon-themer - Restart fxPanel
- Approve the addon in the Addons page
- Restart fxPanel again so the panel and NUI assets load cleanly
- Page route:
/addon/addon-themer/theme-editor - Requires:
all_permissions - Saves directly to
static/theme.json
Set "enabled": false in static/theme.json if you want to keep your saved theme values but stop applying them.