Step 1: Download the Theme
Click the "Download Theme" button on any theme to download the colors JSON.
Step 2: Open Your MBF Config
Navigate to your MBF configuration file.
Step 3: Add Colors to Webpage Section
In the webpage section, add a comma after the settings closing bracket, then paste the colors, Example:
"webpage": {
"settings": {
"port": 9090,
"password": "12345"
},
"colors": {
"accent": "#a78bfa",
"text": "#e9d5ff",
"inactiveBg": "#1e1b2e",
"inactiveText": "#c4b5fd",
"bgMain": "#0f0a1f",
"bgHeader": "#1a1333",
"bgTab": "#221845",
"bgPanel": "#130d26",
"border": "#6d28d9",
"chartLineUp": "#a78bfa",
"chartLineDown": "#6d28d9",
"chartUpFill": "rgba(167, 139, 250, 0.3)",
"chartDownFill": "rgba(109, 40, 217, 0.3)",
"auroraStart": "#6d28d9",
"auroraEnd": "#a78bfa",
"loginBg": "#1a1333",
"loginBox": "#1a1333",
"loginBorder": "#7c3aed",
"loginAccent": "#a78bfa",
"loginText": "#e9d5ff"
}
}
Step 4: Save and Reload
Save your config file and refresh to see your new theme!