From 9a26b3058ffc1023e5c7e54b6d571c903d15888e Mon Sep 17 00:00:00 2001 From: Jay V Date: Fri, 30 May 2025 17:06:03 -0400 Subject: [PATCH] listing themes explicitly --- app/packages/web/astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/packages/web/astro.config.mjs b/app/packages/web/astro.config.mjs index 5b0c3416..bfe18acd 100644 --- a/app/packages/web/astro.config.mjs +++ b/app/packages/web/astro.config.mjs @@ -24,6 +24,7 @@ export default defineConfig({ solidJs(), starlight({ title: "OpenCode", + expressiveCode: { themes: ["github-light", "github-dark"] }, social: [ { icon: "discord", label: "Discord", href: discord }, { icon: "github", label: "GitHub", href: github },