瀏覽代碼

fix manifest theme colors

Pi 1 月之前
父節點
當前提交
fc7a8c4c84
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      rest/static/clip/manifest.json
  2. 1 1
      rest/static/goto/manifest.json
  3. 1 1
      rest/static/upload/manifest.json

+ 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": [