make halloween theme the preffered theme and change FMHY name gradient

This commit is contained in:
Samidy 2025-10-02 11:49:57 +03:00
parent 8081a900d9
commit b521938d38
2 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ const colorScales = [
] as const
type ColorNames = keyof typeof extendedColors
const selectedColor = useStorage<ColorNames>('preferred-color', 'swarm')
const selectedColor = useStorage<ColorNames>('preferred-color', 'halloween')
const colorOptions = Object.keys(extendedColors).filter(
(key) => typeof extendedColors[key as keyof typeof extendedColors] === 'object'