make default christmas

This commit is contained in:
Samidy 2025-12-20 15:42:33 +03:00
parent 8b0df932b8
commit 2e0372b1c3

View file

@ -8,7 +8,7 @@ import type { Theme } from '../themes/types'
import Switch from './Switch.vue' import Switch from './Switch.vue'
type ColorNames = keyof typeof colors type ColorNames = keyof typeof colors
const selectedColor = useStorage<ColorNames>('preferred-color', 'swarm') const selectedColor = useStorage<ColorNames>('preferred-color', 'christmas')
// Use the theme system // Use the theme system
const { amoledEnabled, setAmoledEnabled, setTheme, state, mode, themeName } = useTheme() const { amoledEnabled, setAmoledEnabled, setTheme, state, mode, themeName } = useTheme()