mirror of
https://github.com/fmhy/edit.git
synced 2025-10-13 08:11:07 +11:00
make halloween theme the preffered theme and change FMHY name gradient
This commit is contained in:
parent
8081a900d9
commit
b521938d38
2 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue