From f77eaf90b402e5b37c73142a6a6191ed5b1dc48b Mon Sep 17 00:00:00 2001 From: Samidy Date: Fri, 3 Oct 2025 11:48:35 +0300 Subject: [PATCH] Halloween FMHY Theme (#4121) * halloween thingers * halloween thingers 2 * make halloween theme the preffered theme and change FMHY name gradient * background change for halloween * again * make background change on home page too * please let this work unc * change colors on home page button * let this work unc * fix some more issues * semi-final update (hopefully) * uhhuh * fixes for other themes besides halloween * light mode fixes (PLEASE let this work) * how did i not catch this omg * light mode fixes * add Halloween logo * Update image source from test.png to hall.png * add uwu logo * Change image for uwu --- .../theme/components/ColorPicker.vue | 110 +++++++++++- docs/.vitepress/theme/style.scss | 167 +++++++++++++++++- docs/index.md | 6 +- docs/public/hall.png | Bin 0 -> 82765 bytes docs/public/uwu-hall.png | Bin 0 -> 341613 bytes unocss.config.ts | 27 ++- 6 files changed, 293 insertions(+), 17 deletions(-) create mode 100644 docs/public/hall.png create mode 100644 docs/public/uwu-hall.png diff --git a/docs/.vitepress/theme/components/ColorPicker.vue b/docs/.vitepress/theme/components/ColorPicker.vue index 3615c4821..915924de2 100644 --- a/docs/.vitepress/theme/components/ColorPicker.vue +++ b/docs/.vitepress/theme/components/ColorPicker.vue @@ -1,7 +1,28 @@