diff --git a/src/client/app/init.ts b/src/client/app/init.ts index de77e998c..057599235 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -16,11 +16,11 @@ import App from './app.vue'; import checkForUpdate from './common/scripts/check-for-update'; import MiOS from './mios'; import { version, codename, lang, locale } from './config'; -import { builtinThemes, applyTheme, darkTheme } from './theme'; +import { builtinThemes, applyTheme, blackTheme } from './theme'; import Dialog from './common/views/components/dialog.vue'; if (localStorage.getItem('theme') == null) { - applyTheme(darkTheme); + applyTheme(blackTheme); } //#region FontAwesome diff --git a/src/client/app/store.ts b/src/client/app/store.ts index 8f0a74ea3..e49934fc1 100644 --- a/src/client/app/store.ts +++ b/src/client/app/store.ts @@ -49,7 +49,7 @@ const defaultDeviceSettings = { roundedCorners: true, reduceMotion: false, darkmode: true, - darkTheme: 'dark', + darkTheme: 'bb5a8287-a072-4b0a-8ae5-ea2a0d33f4f2', lightTheme: 'light', lineWidth: 1, fontSize: 0,