From 0dad0edee7b58ea5c77f9c43821d9c254f4e3b69 Mon Sep 17 00:00:00 2001 From: McFev Date: Thu, 23 Oct 2025 10:32:43 +0300 Subject: dark theme background_color (#8140) Added background_color so that the app doesn't blind with white color upon opening. --- p/themes/manifest.json | 1 + 1 file changed, 1 insertion(+) (limited to 'p') diff --git a/p/themes/manifest.json b/p/themes/manifest.json index 38bbf83c0..50ce057cc 100644 --- a/p/themes/manifest.json +++ b/p/themes/manifest.json @@ -25,5 +25,6 @@ ], "categories": ["news"], "display": "standalone", + "background_color": "#002342", "description": "FreshRSS is a self-hosted RSS feed aggregator." } -- cgit v1.2.3