Merge pull request #56969 from Calinou/web-editor-tweak-theme-color
Tweak theme color to match the Godot editor's background color
This commit is contained in:
commit
eab8c07114
3 changed files with 5 additions and 3 deletions
4
misc/dist/html/editor.html
vendored
4
misc/dist/html/editor.html
vendored
|
@ -9,8 +9,8 @@
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="application-name" content="Godot" />
|
<meta name="application-name" content="Godot" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Godot" />
|
<meta name="apple-mobile-web-app-title" content="Godot" />
|
||||||
<meta name="theme-color" content="#478cbf" />
|
<meta name="theme-color" content="#202531" />
|
||||||
<meta name="msapplication-navbutton-color" content="#478cbf" />
|
<meta name="msapplication-navbutton-color" content="#202531" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="msapplication-starturl" content="/latest" />
|
<meta name="msapplication-starturl" content="/latest" />
|
||||||
<meta property="og:site_name" content="Godot Engine Web Editor" />
|
<meta property="og:site_name" content="Godot Engine Web Editor" />
|
||||||
|
|
2
misc/dist/html/manifest.json
vendored
2
misc/dist/html/manifest.json
vendored
|
@ -6,7 +6,7 @@
|
||||||
"start_url": "./godot.tools.html",
|
"start_url": "./godot.tools.html",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"orientation": "landscape",
|
"orientation": "landscape",
|
||||||
"theme_color": "#478cbf",
|
"theme_color": "#202531",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.png",
|
"src": "favicon.png",
|
||||||
|
|
2
misc/dist/html/offline.html
vendored
2
misc/dist/html/offline.html
vendored
|
@ -4,6 +4,8 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta name="theme-color" content="#202531" />
|
||||||
|
<meta name="msapplication-navbutton-color" content="#202531" />
|
||||||
<title>You are offline</title>
|
<title>You are offline</title>
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Add table
Reference in a new issue