Skip to content

Commit 5d07911

Browse files
gabrielmferngithub-actions[bot]claude
authored
feat(docs): allow light theme (#3384)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 74ffe2c commit 5d07911

2 files changed

Lines changed: 134 additions & 22 deletions

File tree

apps/docs/docs.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
"colors": {
66
"primary": "#06BCEE",
77
"light": "#81D7F7",
8-
"dark": "#06A6D1"
8+
"dark": "#0E7490"
9+
},
10+
"styling": {
11+
"codeblocks": {
12+
"theme": {
13+
"light": "github-light",
14+
"dark": "vesper"
15+
}
16+
}
917
},
1018
"contextual": {
1119
"options": ["copy", "chatgpt", "claude"]
@@ -200,13 +208,10 @@
200208
"light": "/logo/light.svg",
201209
"dark": "/logo/dark.svg"
202210
},
203-
"appearance": {
204-
"default": "dark",
205-
"strict": true
206-
},
207211
"background": {
208212
"image": "/images/background.png",
209213
"color": {
214+
"light": "#FFFFFF",
210215
"dark": "#111111"
211216
}
212217
},

pnpm-lock.yaml

Lines changed: 124 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)