diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-17 20:48:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-17 20:48:55 +0900 |
| commit | a5b12bac54c80dc15b71acae06296eb97c7df180 (patch) | |
| tree | 74516034794ec049d160faa75b0344242bf01181 /src/client/app/init.ts | |
| parent | Update black.json5 (diff) | |
| download | sharkey-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.ts | 4 |
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 |