diff --git a/vite.config.ts b/vite.config.ts index f7c890b94..c056a0a4d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -62,6 +62,7 @@ export default defineConfig(() => { name: 'Soapbox', short_name: 'Soapbox', description: 'A social media frontend with a focus on custom branding and ease of use.', + theme_color: '#0482d8', }, srcDir: 'src/service-worker', filename: 'sw.ts',