aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar McFev <mcfev@mail.ru> 2025-10-23 10:32:43 +0300
committerGravatar GitHub <noreply@github.com> 2025-10-23 09:32:43 +0200
commit0dad0edee7b58ea5c77f9c43821d9c254f4e3b69 (patch)
treee0523fa66bf613e0099f8ab9c7a8af57e5749e91 /p
parentc4e00654aa3cce6a4b1e1317a738130a60f42789 (diff)
dark theme background_color (#8140)
Added background_color so that the app doesn't blind with white color upon opening.
Diffstat (limited to 'p')
-rw-r--r--p/themes/manifest.json1
1 files changed, 1 insertions, 0 deletions
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."
}