mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 23:11:06 +11:00
make default christmas
This commit is contained in:
parent
8b0df932b8
commit
2e0372b1c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue