Browse Source

listing themes explicitly

Jay V 9 months ago
parent
commit
9a26b3058f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/packages/web/astro.config.mjs

+ 1 - 0
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 },