summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/index.html
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-11-28 05:48:07 -0600
committerAdam <[email protected]>2025-11-28 05:48:07 -0600
commit398d35dc977bade3b97386124ac648d32c029884 (patch)
tree24d945d46d9c4b757b18b835c19acfa06f0b4692 /packages/desktop/index.html
parent5efeaae093a5b64478b285b9f03098f3b096f0ba (diff)
downloadopencode-398d35dc977bade3b97386124ac648d32c029884.tar.gz
opencode-398d35dc977bade3b97386124ac648d32c029884.zip
fix: theme-color value
Diffstat (limited to 'packages/desktop/index.html')
-rw-r--r--packages/desktop/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html
index 57e10defa..6e67e6d47 100644
--- a/packages/desktop/index.html
+++ b/packages/desktop/index.html
@@ -9,7 +9,7 @@
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
- <meta name="theme-color" content="#000000" />
+ <meta name="theme-color" content="var(--background-base)" />
<meta property="og:image" content="/social-share.png" />
<meta property="twitter:image" content="/social-share.png" />
</head>