From 1a0c3cff042cbbaa59f289be51e2f93d1f3c9a10 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Fri, 5 Apr 2024 00:51:11 +0200 Subject: [PATCH] Set sunrise as the starting theme setting --- src/lib/localStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/localStore.ts b/src/lib/localStore.ts index c4b02dc..523947e 100644 --- a/src/lib/localStore.ts +++ b/src/lib/localStore.ts @@ -55,7 +55,7 @@ export const emptyStorage: LocalStore = { likes: [], feeds: [], msgContacts: { profiles: { other: {}, follows: {}, any: {} }, counts: {} }, - theme: 'sunset', + theme: 'sunrise', homeSidebarSelection: undefined, userProfile: undefined, recomended: { profiles: [], stats: {} },