瀏覽代碼

dark theme background_color (#8140)

Added background_color so that the app doesn't blind with white color upon opening.
McFev 7 月之前
父節點
當前提交
0dad0edee7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      p/themes/manifest.json

+ 1 - 0
p/themes/manifest.json

@@ -25,5 +25,6 @@
   ],
   "categories": ["news"],
   "display": "standalone",
+  "background_color": "#002342",
   "description": "FreshRSS is a self-hosted RSS feed aggregator."
 }