From 0146d1b571228c73dd74dff716f43862d0f1da8e Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Fri, 19 Dec 2025 02:11:54 +0100 Subject: [PATCH] moved custom setting to bottom for themes --- scripts/module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/module.js b/scripts/module.js index 25d2315..033d009 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -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