summaryrefslogtreecommitdiff
path: root/src/client/app/init.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-18 13:29:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-18 13:29:58 +0900
commita408226509eedec52fbb24dbb91be0d85838afcb (patch)
treef5cf28987f04344786eff9706120e1acdce0ae0c /src/client/app/init.ts
parentUpdate black.json5 (diff)
downloadsharkey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.gz
sharkey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.bz2
sharkey-a408226509eedec52fbb24dbb91be0d85838afcb.zip
Refactor
Diffstat (limited to 'src/client/app/init.ts')
-rw-r--r--src/client/app/init.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts
index 0575992358..4b9f341612 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, blackTheme } from './theme';
+import { builtinThemes, applyTheme, futureTheme } from './theme';
import Dialog from './common/views/components/dialog.vue';
if (localStorage.getItem('theme') == null) {
- applyTheme(blackTheme);
+ applyTheme(futureTheme);
}
//#region FontAwesome