diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-20 07:32:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 07:32:52 +0100 |
commit | eab8c071141b82fb143eae78a16a707c03bcd2aa (patch) | |
tree | 75b904bb11a389ab120ce2fba3d06a1b1ded42f6 /misc/dist/html/manifest.json | |
parent | c13319db8d26604bc4074883f417512138fdfc57 (diff) | |
parent | 7ef459c2d77b8ee1420511f5dff615786bab37dc (diff) |
Merge pull request #56969 from Calinou/web-editor-tweak-theme-color
Tweak theme color to match the Godot editor's background color
Diffstat (limited to 'misc/dist/html/manifest.json')
-rw-r--r-- | misc/dist/html/manifest.json | 2 |
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", |