PLEASE BRAH

This commit is contained in:
fmhyhalloweenshit 2026-01-02 15:20:19 +03:00 committed by GitHub
parent 884d63e3c6
commit 9e6cc5d912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ const STORAGE_KEY_AMOLED = 'vitepress-amoled-enabled'
export class ThemeHandler {
private state = ref<ThemeState>({
currentTheme: 'color-swarm',
currentTheme: 'swarm',
currentMode: 'light' as DisplayMode,
theme: null
})