diff options
| author | Jay V <[email protected]> | 2025-05-30 17:06:03 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-05-30 17:06:03 -0400 |
| commit | 9a26b3058ffc1023e5c7e54b6d571c903d15888e (patch) | |
| tree | 7b5646ae4b6525cf80ab6a3b5a8287c4247ac4af | |
| parent | a09be7cf7442c6bde7822d350f0697c65982ebf3 (diff) | |
| download | opencode-9a26b3058ffc1023e5c7e54b6d571c903d15888e.tar.gz opencode-9a26b3058ffc1023e5c7e54b6d571c903d15888e.zip | |
listing themes explicitly
| -rw-r--r-- | app/packages/web/astro.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/packages/web/astro.config.mjs b/app/packages/web/astro.config.mjs index 5b0c3416e..bfe18acd8 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 }, |
