Browse Source

fix manifest theme colors

Pi 1 month ago
parent
commit
fc7a8c4c84

+ 1 - 1
rest/static/clip/manifest.json

@@ -17,7 +17,7 @@
     }
   ],
   "scope": "/clip",
-  "theme_color": "#4f8f4f",
+  "theme_color": "#2fb344",
   "background_color": "black",
   "display": "standalone",
   "icons": [

+ 1 - 1
rest/static/goto/manifest.json

@@ -17,7 +17,7 @@
     }
   ],
   "scope": "/goto",
-  "theme_color": "#8f4f4f",
+  "theme_color": "#dc4e41",
   "background_color": "black",
   "display": "standalone",
   "icons": [

+ 1 - 1
rest/static/upload/manifest.json

@@ -17,7 +17,7 @@
     }
   ],
   "scope": "/upload",
-  "theme_color": "#afaf0f",
+  "theme_color": "#f59f00",
   "background_color": "black",
   "display": "standalone",
   "icons": [