moved custom setting to bottom for themes

This commit is contained in:
CPTN Cosmo 2025-12-19 02:11:54 +01:00
parent 1d28b8c2b3
commit 0146d1b571

View file

@ -92,11 +92,11 @@ Hooks.once('init', () => {
type: String,
choices: {
'foundryborne': 'Foundryborne (Default)',
'custom': 'Custom',
'hope-fear': 'Hope & Fear (Orange to Purple)',
'blood-moon': 'Blood Moon (Red Gradient)',
'ethereal': 'Ethereal (Cyan to Blue)',
'toxic': 'Toxic (Green to Yellow)'
'toxic': 'Toxic (Green to Yellow)',
'custom': 'Custom'
},
default: 'foundryborne',
onChange: refreshFearTracker