theme colors for PWA

This commit is contained in:
Jeroen Schweitzer
2026-01-05 17:08:59 +01:00
parent c3f6d27a52
commit 48d34dd3b5
2 changed files with 10 additions and 6 deletions
+4
View File
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
@@ -24,6 +25,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Tatlock">
<meta name="theme-color" content="#040607">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
@@ -41,7 +43,9 @@
}
</style>
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
</body>
</html>
+2 -2
View File
@@ -3,8 +3,8 @@
"short_name": "Tatlock",
"start_url": ".",
"display": "standalone",
"background_color": "#1a1a2e",
"theme_color": "#1a1a2e",
"background_color": "#040607",
"theme_color": "#040607",
"description": "Tatlock Home Dashboard",
"orientation": "portrait-primary",
"prefer_related_applications": false,