Make defaults consistent with original

This commit is contained in:
KernelDeimos
2024-04-07 03:21:32 -04:00
parent 12fa88b149
commit 72129ca16f
+4 -4
View File
@@ -8,10 +8,10 @@ const SAVE_COOLDOWN_TIME = 1000;
export class ThemeService extends Service {
async _init () {
this.state = {
sat: 100,
hue: 200,
lig: 70,
alpha: 1,
sat: 41.18,
hue: 210,
lig: 93.33,
alpha: 0.8,
};
this.root = document.querySelector(':root');
// this.ss = new CSSStyleSheet();