mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 23:11:06 +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 {
|
||||
private state = ref<ThemeState>({
|
||||
currentTheme: 'catppuccin',
|
||||
currentTheme: 'color-swarm',
|
||||
currentMode: 'light' as DisplayMode,
|
||||
theme: themeRegistry.catppuccin
|
||||
theme: themeRegistry['color-swarm']
|
||||
})
|
||||
private amoledEnabled = ref(false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue