diff --git a/src/modules/Switcher.js b/src/modules/Switcher.js index f2efb4f..f71e6dd 100644 --- a/src/modules/Switcher.js +++ b/src/modules/Switcher.js @@ -62,6 +62,8 @@ var Switcher = class { this.time.enable(); this.time.subscribe(this._on_time_changed.bind(this)); + this.theme.set_variant(this.time.current); + log_debug('Extension enabled.'); } catch(e) {