mirror of
https://github.com/fmhy/edit.git
synced 2026-01-13 07:21:08 +11:00
i dont like addings messages atp
This commit is contained in:
parent
b845dc069d
commit
be241e2305
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: null
|
theme: themeRegistry.catppuccin
|
||||||
})
|
})
|
||||||
private amoledEnabled = ref(false)
|
private amoledEnabled = ref(false)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue