mirror of
https://github.com/fmhy/edit.git
synced 2026-01-13 07:21:08 +11:00
eardrummer
This commit is contained in:
parent
be241e2305
commit
e67bace65b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export class ThemeHandler {
|
||||||
private state = ref<ThemeState>({
|
private state = ref<ThemeState>({
|
||||||
currentTheme: 'swarm',
|
currentTheme: 'swarm',
|
||||||
currentMode: 'light' as DisplayMode,
|
currentMode: 'light' as DisplayMode,
|
||||||
theme: themeRegistry.catppuccin
|
theme: null
|
||||||
})
|
})
|
||||||
private amoledEnabled = ref(false)
|
private amoledEnabled = ref(false)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue