We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c016edc commit d2cc9b3Copy full SHA for d2cc9b3
scripts/highlight.mjs
@@ -14,7 +14,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
14
main();
15
16
async function main() {
17
- const LIGHT_THEME = 'vitesse-light';
+ const LIGHT_THEME = 'github-light';
18
const DARK_THEME = 'vitesse-dark';
19
20
const start = Date.now();
0 commit comments