From 2e0372b1c38001933b8d885d6649a164a1d5ac73 Mon Sep 17 00:00:00 2001 From: Samidy Date: Sat, 20 Dec 2025 15:42:33 +0300 Subject: [PATCH] make default christmas --- docs/.vitepress/theme/components/ColorPicker.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/components/ColorPicker.vue b/docs/.vitepress/theme/components/ColorPicker.vue index 607043b75..cce2ef535 100644 --- a/docs/.vitepress/theme/components/ColorPicker.vue +++ b/docs/.vitepress/theme/components/ColorPicker.vue @@ -8,7 +8,7 @@ import type { Theme } from '../themes/types' import Switch from './Switch.vue' type ColorNames = keyof typeof colors -const selectedColor = useStorage('preferred-color', 'swarm') +const selectedColor = useStorage('preferred-color', 'christmas') // Use the theme system const { amoledEnabled, setAmoledEnabled, setTheme, state, mode, themeName } = useTheme()