This commit is contained in:
fmhyhalloweenshit 2026-01-02 14:37:45 +03:00 committed by GitHub
parent 4d333ec136
commit 13bad0bee5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 158 additions and 105 deletions

View file

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