commit 61e63e8c367aad74c1bc3d716aa6afc3b3cf868a
parent 621e762baeac78a1e4ad4873317b70ab202a1573
Author: Hunter
Date: Mon, 3 Nov 2025 11:31:56 -0500
set theme color
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/generate_manifests.py b/generate_manifests.py
@@ -32,8 +32,8 @@ def generate_pwa_manifests():
"start_url": "/vibe_capsule/",
"scope": "/vibe_capsule/",
"display": "standalone",
- "background_color": "#1a1a1a",
- "theme_color": "#1a1a1a",
+ "background_color": "#080a0c",
+ "theme_color": "#080a0c",
"icons": [
{
"src": "resources/icon.png",
diff --git a/index.html b/index.html
@@ -4,8 +4,7 @@
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💿</text></svg>">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <base href="/vibe_capsule/">
- <meta name="theme-color" content="#1a1a1a">
+ <meta name="theme-color" content="#080a0c">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="resources/icon.png">