summaryrefslogtreecommitdiff
path: root/src/client/app/init.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-17 20:48:55 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-17 20:48:55 +0900
commita5b12bac54c80dc15b71acae06296eb97c7df180 (patch)
tree74516034794ec049d160faa75b0344242bf01181 /src/client/app/init.ts
parentUpdate black.json5 (diff)
downloadsharkey-a5b12bac54c80dc15b71acae06296eb97c7df180.tar.gz
sharkey-a5b12bac54c80dc15b71acae06296eb97c7df180.tar.bz2
sharkey-a5b12bac54c80dc15b71acae06296eb97c7df180.zip
Change default dark theme
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 de77e998c8..0575992358 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