i will kill you

This commit is contained in:
fmhyhalloweenshit 2026-01-01 11:41:05 +03:00 committed by GitHub
parent ff6e7092dd
commit e3143271a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)