mirror of
https://github.com/fmhy/edit.git
synced 2026-01-13 15:31:07 +11:00
thr33
This commit is contained in:
parent
4d333ec136
commit
13bad0bee5
2 changed files with 158 additions and 105 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue