Default to dark theme

pull/5370/head
yann300 5 years ago committed by GitHub
parent d67f402b9f
commit 0862e43f59
  1. 2
      src/app/tabs/theme-module.js

@ -39,7 +39,7 @@ export class ThemeModule extends Plugin {
config: registry.get('config').api
}
this.themes = themes.reduce((acc, theme) => ({ ...acc, [theme.name]: theme }), {})
this.active = this._deps.config.get('settings/theme') ? this._deps.config.get('settings/theme') : 'Flatly'
this.active = this._deps.config.get('settings/theme') ? this._deps.config.get('settings/theme') : 'Dark'
}
/** Return the active theme */

Loading…
Cancel
Save