mirror of
https://github.com/fmhy/edit.git
synced 2026-01-13 07:21:08 +11:00
i will kill you
This commit is contained in:
parent
ff6e7092dd
commit
e3143271a6
1 changed files with 2 additions and 2 deletions
|
|
@ -25,9 +25,9 @@ const STORAGE_KEY_THEME_DATA = 'vitepress-theme-data'
|
||||||
|
|
||||||
export class ThemeHandler {
|
export class ThemeHandler {
|
||||||
private state = ref<ThemeState>({
|
private state = ref<ThemeState>({
|
||||||
currentTheme: 'catppuccin',
|
currentTheme: 'color-swarm',
|
||||||
currentMode: 'light' as DisplayMode,
|
currentMode: 'light' as DisplayMode,
|
||||||
theme: themeRegistry.catppuccin
|
theme: themeRegistry['color-swarm']
|
||||||
})
|
})
|
||||||
private amoledEnabled = ref(false)
|
private amoledEnabled = ref(false)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue