π¨ Theme & UI
Customize the look and feel of your donator store.
Theme Configuration
Config.Theme = {
preset = 'purple',
currencyIcon = 'fa-coins',
currencyName = 'Coins',
storeTitle = 'Premium Store',
storeSubtitle = 'Exclusive items for our supporters',
}Color Presets
| Preset | Color | Hex Code |
|---|---|---|
'purple' | π£ Purple | #8b5cf6 |
'blue' | π΅ Blue | #3b82f6 |
'green' | π’ Green | #22c55e |
'red' | π΄ Red | #ef4444 |
'orange' | π Orange | #f97316 |
'pink' | π©· Pink | #ec4899 |
'cyan' | π©΅ Cyan | #06b6d4 |
Currency Settings
Currency Icon
Available icons (FontAwesome):
'fa-coins'- πͺ Coins (default)'fa-gem'- π Gem'fa-star'- β Star'fa-dollar-sign'- π΅ Dollar
You can also use emoji: 'π' or 'πͺ'
Currency Name
Examples: 'Coins', 'Gems', 'Credits', 'Points', 'Tokens'
Store Branding
storeTitle = 'Premium Store',
storeSubtitle = 'Exclusive items for our supporters',Example Configurations
Blue Gaming Theme
Config.Theme = {
preset = 'blue',
currencyIcon = 'fa-gem',
currencyName = 'Gems',
storeTitle = 'VIP Store',
storeSubtitle = 'Exclusive items for VIP members',
}Red Premium Theme
Config.Theme = {
preset = 'red',
currencyIcon = 'fa-star',
currencyName = 'Stars',
storeTitle = 'Premium Shop',
storeSubtitle = 'Only the best for our supporters',
}