Explorar el Código

dark theme background_color (#8140)

Added background_color so that the app doesn't blind with white color upon opening.
McFev hace 5 meses
padre
commit
0dad0edee7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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."
 }