Просмотр исходного кода

dark theme background_color (#8140)

Added background_color so that the app doesn't blind with white color upon opening.
McFev 5 месяцев назад
Родитель
Сommit
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."
 }