From 410eee4e107c9a39adc7a9b53943123391acf0d2 Mon Sep 17 00:00:00 2001 From: Cobalt-60 <95923271+plastics-eater@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:13:10 -0500 Subject: [PATCH] Update themes.js --- static/assets/js/themes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/assets/js/themes.js b/static/assets/js/themes.js index f65528b..3f95079 100644 --- a/static/assets/js/themes.js +++ b/static/assets/js/themes.js @@ -7,7 +7,7 @@ class Theme { this.theme = settingsStorage.get('theme'); if (this.theme) this.set(this.theme); - else this.set('system-default'); + else this.set('indigo'); } /** @@ -31,4 +31,4 @@ class Theme { }; } -export default new Theme(); \ No newline at end of file +export default new Theme();