Change default dark theme

This commit is contained in:
syuilo
2019-03-17 20:48:55 +09:00
parent fea1b06e43
commit a5b12bac54
2 changed files with 3 additions and 3 deletions

View File

@@ -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