summaryrefslogtreecommitdiff
path: root/misc/dist/html/manifest.json
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2022-01-19 20:19:24 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2022-01-19 20:19:24 +0100
commit7ef459c2d77b8ee1420511f5dff615786bab37dc (patch)
treeaf12f7f363f42cb12fca93873e69fe2aa04d71d2 /misc/dist/html/manifest.json
parent249c60e9d1aacd07d87786db8059f30aed02bb68 (diff)
Tweak theme color to match the Godot editor's background color
This makes for a more seamless-looking address bar/status bar when using the web editor on a mobile device, either directly in the brower or installed as a progressive web app. This also specifies a theme color for the web editor's offline fallback.
Diffstat (limited to 'misc/dist/html/manifest.json')
-rw-r--r--misc/dist/html/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/html/manifest.json b/misc/dist/html/manifest.json
index 0ca27b3742..adc8106e2a 100644
--- a/misc/dist/html/manifest.json
+++ b/misc/dist/html/manifest.json
@@ -6,7 +6,7 @@
"start_url": "./godot.tools.html",
"display": "standalone",
"orientation": "landscape",
- "theme_color": "#478cbf",
+ "theme_color": "#202531",
"icons": [
{
"src": "favicon.png",