mirror of
https://github.com/fmhy/edit.git
synced 2025-10-13 00:01:09 +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
|
] as const
|
||||||
|
|
||||||
type ColorNames = keyof typeof extendedColors
|
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(
|
const colorOptions = Object.keys(extendedColors).filter(
|
||||||
(key) => typeof extendedColors[key as keyof typeof extendedColors] === 'object'
|
(key) => typeof extendedColors[key as keyof typeof extendedColors] === 'object'
|
||||||
|
|
|
@ -163,14 +163,14 @@
|
||||||
--vp-home-hero-name-color: transparent;
|
--vp-home-hero-name-color: transparent;
|
||||||
--vp-home-hero-name-background: -webkit-linear-gradient(
|
--vp-home-hero-name-background: -webkit-linear-gradient(
|
||||||
120deg,
|
120deg,
|
||||||
#c4b5fd 30%,
|
#ff8c3a 30%,
|
||||||
#7bc5e4
|
#FF6A00
|
||||||
);
|
);
|
||||||
|
|
||||||
--vp-home-hero-image-background-image: linear-gradient(
|
--vp-home-hero-image-background-image: linear-gradient(
|
||||||
-45deg,
|
-45deg,
|
||||||
#c4b5fd 50%,
|
#ff8c3a 50%,
|
||||||
#47caff 50%
|
#ea580c 50%
|
||||||
);
|
);
|
||||||
--vp-home-hero-image-filter: blur(44px);
|
--vp-home-hero-image-filter: blur(44px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue