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'

View file

@ -163,14 +163,14 @@
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(
120deg,
#c4b5fd 30%,
#7bc5e4
#ff8c3a 30%,
#FF6A00
);
--vp-home-hero-image-background-image: linear-gradient(
-45deg,
#c4b5fd 50%,
#47caff 50%
#ff8c3a 50%,
#ea580c 50%
);
--vp-home-hero-image-filter: blur(44px);
}