separate backgrounds + improve themes

This commit is contained in:
SethBurkart123
2023-11-01 06:57:56 +11:00
parent 3a3b3e9d55
commit 5c23ba0381
9 changed files with 393 additions and 350 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ import { MessageHandler } from "./seqta/utils/MessageListener.js";
import { updateBgDurations } from "./seqta/ui/Animation.js";
import { updateAllColors } from "./seqta/ui/colors/Manager.js";
import { appendBackgroundToUI } from "./seqta/ui/ImageBackgrounds.js";
import { EnableThemes } from "./seqta/ui/Themes.js";
import { enableCurrentTheme } from "./seqta/ui/Themes.js";
export let isChrome = window.chrome;
let SettingsClicked = false;
@@ -774,7 +774,7 @@ document.addEventListener(
chrome.storage.local.get(null, function (items) {
main(items);
EnableThemes();
enableCurrentTheme();
});
}
if (