feat: adaptive themeing

This commit is contained in:
2026-03-16 15:40:16 +10:30
parent 577287b8a8
commit 3a2c438223
9 changed files with 197 additions and 21 deletions
+5 -1
View File
@@ -620,7 +620,11 @@ export function init() {
new StorageChangeHandler();
new MessageHandler();
updateAllColors();
void updateAllColors();
window.addEventListener("hashchange", () => {
if (settingsState.adaptiveThemeColour) void updateAllColors();
});
loading();
InjectCustomIcons();
HideMenuItems();