diff --git a/packages/desktop-client/public/site.webmanifest b/packages/desktop-client/public/site.webmanifest
index f104a42153daba1dc9b69b0f740416caf9fe8023..ef6c7459167d50a9b92ee955f8781d4cb92ef413 100644
--- a/packages/desktop-client/public/site.webmanifest
+++ b/packages/desktop-client/public/site.webmanifest
@@ -1,89 +1,89 @@
 {
-    "name": "Actual",
-    "short_name": "Actual",
-    "description": "A local-first personal finance tool",
-    "icons": [
+  "name": "Actual",
+  "short_name": "Actual",
+  "description": "A local-first personal finance tool",
+  "icons": [
+    {
+      "src": "/android-chrome-192x192.png",
+      "sizes": "192x192",
+      "type": "image/png",
+      "purpose": "any"
+    },
+    {
+      "src": "/android-chrome-512x512.png",
+      "sizes": "512x512",
+      "type": "image/png",
+      "purpose": "any"
+    },
+    {
+      "src": "/maskable-192x192.png",
+      "sizes": "192x192",
+      "type": "image/png",
+      "purpose": "maskable"
+    },
+    {
+      "src": "/maskable-512x512.png",
+      "sizes": "512x512",
+      "type": "image/png",
+      "purpose": "maskable"
+    }
+  ],
+  "shortcuts": [
+    {
+      "name": "Add Transaction",
+      "short_name": "Add Transaction",
+      "description": "Add a new transaction",
+      "url": "/transactions/new",
+      "icons": [
         {
-            "src": "/android-chrome-192x192.png",
-            "sizes": "192x192",
-            "type": "image/png",
-            "purpose": "any"
-        },
-        {
-            "src": "/android-chrome-512x512.png",
-            "sizes": "512x512",
-            "type": "image/png",
-            "purpose": "any"
-        },
-        {
-            "src": "/maskable-192x192.png",
-            "sizes": "192x192",
-            "type": "image/png",
-            "purpose": "maskable"
-        },
-        {
-            "src": "/maskable-512x512.png",
-            "sizes": "512x512",
-            "type": "image/png",
-            "purpose": "maskable"
+          "src": "/shortcut-transaction.svg",
+          "sizes": "150x150"
         }
-    ],
-    "shortcuts": [
+      ]
+    },
+    {
+      "name": "Accounts",
+      "short_name": "Accounts",
+      "description": "View all accounts",
+      "url": "/accounts",
+      "icons": [
         {
-            "name": "Add Transaction",
-            "short_name": "Add Transaction",
-            "description": "Add a new transaction",
-            "url": "/transactions/new",
-            "icons": [
-                {
-                    "src": "/shortcut-transaction.svg",
-                    "sizes": "150x150"
-                }
-            ]
-        },
-        {
-            "name": "Accounts",
-            "short_name": "Accounts",
-            "description": "View all accounts",
-            "url": "/accounts",
-            "icons": [
-                {
-                    "src": "/shortcut-accounts.svg",
-                    "sizes": "150x150"
-                }
-            ]
-        },
-        {
-            "name": "Reports",
-            "short_name": "Reports",
-            "description": "View reports",
-            "url": "/reports",
-            "icons": [
-                {
-                    "src": "/shortcut-reports.svg",
-                    "sizes": "150x150"
-                }
-            ]
+          "src": "/shortcut-accounts.svg",
+          "sizes": "150x150"
         }
-    ],
-    "screenshots": [
-        {
-            "src": "/screenshot_wide.png",
-            "form_factor": "wide",
-            "label": "Actual Budget Homepage",
-            "type": "image/png",
-            "sizes": "1280x720"
-        },
+      ]
+    },
+    {
+      "name": "Reports",
+      "short_name": "Reports",
+      "description": "View reports",
+      "url": "/reports",
+      "icons": [
         {
-            "src": "/screenshot_narrow.png",
-            "form_factor": "narrow",
-            "label": "Actual Budget Mobile Homepage",
-            "type": "image/png",
-            "sizes": "350x600"
+          "src": "/shortcut-reports.svg",
+          "sizes": "150x150"
         }
-    ],
-    "theme_color": "#8812E1",
-    "background_color": "#ffffff",
-    "display": "standalone",
-    "start_url": "./"
+      ]
+    }
+  ],
+  "screenshots": [
+    {
+      "src": "/screenshot_wide.png",
+      "form_factor": "wide",
+      "label": "Actual Budget Homepage",
+      "type": "image/png",
+      "sizes": "1280x720"
+    },
+    {
+      "src": "/screenshot_narrow.png",
+      "form_factor": "narrow",
+      "label": "Actual Budget Mobile Homepage",
+      "type": "image/png",
+      "sizes": "350x600"
+    }
+  ],
+  "theme_color": "#8812E1",
+  "background_color": "#8812E1",
+  "display": "standalone",
+  "start_url": "./"
 }
diff --git a/upcoming-release-notes/3400.md b/upcoming-release-notes/3400.md
new file mode 100644
index 0000000000000000000000000000000000000000..afe6f4d4874ba591aa8d56a6a75926e66fa4f65b
--- /dev/null
+++ b/upcoming-release-notes/3400.md
@@ -0,0 +1,6 @@
+---
+category: Enhancements
+authors: [jfdoming]
+---
+
+Update splash background to match theming