From 43babf2889f47144de0dc614c5094a6b0a5f3337 Mon Sep 17 00:00:00 2001 From: Land <84073086+LandWarderer2772@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:48:52 +0530 Subject: [PATCH] Amoled toggle fix (#4246) * Update constants.ts * Update constants.ts * Update index.md * everythin pure blak now Updated all dark mode and Halloween theme background color variables from dark gray values to pure black (rgb(0, 0, 0)) AMOLED BABYYYYYY * idk that it bothered me that hyphen was needed plus gotta give some credit to me for amoled BUT IM STILL GRATEFUL TO THE GREAT PPL WHO BUILT THIS * forgot this mb * Update constants.ts * Change background colors to pure black theme * Fix template closing tags in ColorPicker.vue * Add files via upload * Add AMOLED mode toggle to ColorPicker 1. Added AMOLED Mode as a Universal Toggle 2. New State Management isAmoledMode 3. New UI Element amoled toggle * Revert "Update ColorPicker.vue" This reverts commit 3fe4b690d7763c483ef7207a68064f204cdb7dd2, reversing changes made to 132ef4a25b3767e231e2559fc5a1cc48d7dd08a5. * Revert "Add AMOLED mode toggle to ColorPicker" This reverts commit 132ef4a25b3767e231e2559fc5a1cc48d7dd08a5. * Update ColorPicker.vue * Change default amoled mode to true * Update ColorPicker.vue * fixing conflicts * fixing conflicts * Update AMOLED toggle to use v-model for binding this makes sure that the toggle doesnt revert back to being off after reloading this was an issue that i couldnt test out where the toggle would revert back to the off state while the page remained in the amoled state --- docs/.vitepress/theme/components/ColorPicker.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/theme/components/ColorPicker.vue b/docs/.vitepress/theme/components/ColorPicker.vue index 856bd1b01..098d2e5a9 100644 --- a/docs/.vitepress/theme/components/ColorPicker.vue +++ b/docs/.vitepress/theme/components/ColorPicker.vue @@ -135,7 +135,7 @@ const normalizeColorName = (colorName: string) =>
AMOLED - +
- \ No newline at end of file +